Html Css Color HEX #E82214 Scarlet

📋 copy color: '#E82214'

red 232 ◦ green 34 ◦ blue 20

#E82214
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #E82214

Tints of Scarlet #E82214

RGB

 RED value IS 232 (91.02% from 255) = 81.12%

 GREEN value IS 34 (13.67% from 255) = 11.89%

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 81.12%
G = 11.89%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E82214 (or 0xE82214) is known color: Scarlet. HEX triplet: E8, 22 and 14. RGB value is (232,34,20). Sum of RGB (Red+Green+Blue) = 232+34+20=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E82214 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E82214 is #17DDEB. Grayscale: #5B5B5B. Windows color (decimal): -1564140 or 1319656. OLE color: 1319656.

HSL color Cylindrical-coordinate representation of color #E82214: hue angle of 3.96º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E82214 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 34 20 -
CMYK 0 0.85 0.91 0.09
HSL 3.96º 0.84% 0.49% -
HSV(B) 3.96º 0.91% 0.91% -
XYZ 33.98 18.35 2.41 -
YUV 91.61 87.6 228.14 -
System Red Green Blue C M Y K H S L
Decimal 232 34 20 0 0.85 0.91 0.09 3.96 0.84 0.49
Hex E8 22 14 0 55 5B 9 4 54 31
Octal 350 42 24 0 125 133 11 4 124 61
Binary 11101000 100010 10100 0 1010101 1011011 1001 100 1010100 110001

Color Harmonies of #E82214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E82214

Black with #E82214

Text Example


Text Example

White with #E82214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E82214; }

 p { color: rgb(232,34,20); }

 H1.HeaderClassName
 {
   color: #E82214;
 }
 .AnyTagClassName
 {
   color: #E82214;
 }
</style>

background-color css

<style>
 a { background-color: #E82214; }

 a { background-color: rgb(232,34,20); }

 div.DivClassName
 {
   background-color: #E82214;
 }
 .BgClassName
 {
   background-color: #E82214;
 }
</style>

border-color css

<style>
 span { border-color: #E82214; }

 span { border-color: rgb(232,34,20); }

 td.TdClassName
 {
   border-color: #E82214;
 }
 .TagClassName
 {
   border-color: #E82214;
 }
</style>