Html Css Color HEX #EE1814 Scarlet

📋 copy color: '#EE1814'

red 238 ◦ green 24 ◦ blue 20

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

Shades of Scarlet #EE1814

Tints of Scarlet #EE1814

RGB

 RED value IS 238 (93.36% from 255) = 84.4%

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 84.4%
G = 8.51%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE1814 (or 0xEE1814) is known color: Scarlet. HEX triplet: EE, 18 and 14. RGB value is (238,24,20). Sum of RGB (Red+Green+Blue) = 238+24+20=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1814 is #11E7EB. Grayscale: #575757. Windows color (decimal): -1173484 or 1317102. OLE color: 1317102.

HSL color Cylindrical-coordinate representation of color #EE1814: hue angle of 1.1º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1814 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 24 20 -
CMYK 0 0.90 0.92 0.07
HSL 1.1º 0.87% 0.51% -
HSV(B) 1.1º 0.92% 0.93% -
XYZ 35.71 18.88 2.42 -
YUV 87.53 89.9 235.33 -
System Red Green Blue C M Y K H S L
Decimal 238 24 20 0 0.90 0.92 0.07 1.1 0.87 0.51
Hex EE 18 14 0 5A 5C 7 1 57 33
Octal 356 30 24 0 132 134 7 1 127 63
Binary 11101110 11000 10100 0 1011010 1011100 111 1 1010111 110011

Color Harmonies of #EE1814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1814

Black with #EE1814

Text Example


Text Example

White with #EE1814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1814; }

 p { color: rgb(238,24,20); }

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

background-color css

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

 a { background-color: rgb(238,24,20); }

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

border-color css

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

 span { border-color: rgb(238,24,20); }

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