Html Css Color HEX #EE1813 Scarlet

📋 copy color: '#EE1813'

red 238 ◦ green 24 ◦ blue 19

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

Shades of Scarlet #EE1813

Tints of Scarlet #EE1813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 84.7%
G = 8.54%
B = 6.76%

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

#EE1813 (or 0xEE1813) is known color: Scarlet. HEX triplet: EE, 18 and 13. RGB value is (238,24,19). Sum of RGB (Red+Green+Blue) = 238+24+19=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1813 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1813 is #11E7EC. Grayscale: #575757. Windows color (decimal): -1173485 or 1251566. OLE color: 1251566.

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

Color convert

RGB 238 24 19 -
CMYK 0 0.90 0.92 0.07
HSL 1.37º 0.87% 0.5% -
HSV(B) 1.37º 0.92% 0.93% -
XYZ 35.7 18.88 2.38 -
YUV 87.42 89.4 235.41 -
System Red Green Blue C M Y K H S L
Decimal 238 24 19 0 0.90 0.92 0.07 1.37 0.87 0.5
Hex EE 18 13 0 5A 5C 7 1 57 32
Octal 356 30 23 0 132 134 7 1 127 62
Binary 11101110 11000 10011 0 1011010 1011100 111 1 1010111 110010

Color Harmonies of #EE1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1813

Black with #EE1813

Text Example


Text Example

White with #EE1813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1813; }

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

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

background-color css

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

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

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

border-color css

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

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

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