Html Css Color HEX #EE2414 Scarlet

📋 copy color: '#EE2414'

red 238 ◦ green 36 ◦ blue 20

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

Shades of Scarlet #EE2414

Tints of Scarlet #EE2414

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.24%

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

R = 80.95%
G = 12.24%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2414 (or 0xEE2414) is known color: Scarlet. HEX triplet: EE, 24 and 14. RGB value is (238,36,20). Sum of RGB (Red+Green+Blue) = 238+36+20=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2414 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2414 is #11DBEB. Grayscale: #5E5E5E. Windows color (decimal): -1170412 or 1320174. OLE color: 1320174.

HSL color Cylindrical-coordinate representation of color #EE2414: hue angle of 4.4º 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 #EE2414 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 36 20 -
CMYK 0 0.85 0.92 0.07
HSL 4.4º 0.87% 0.51% -
HSV(B) 4.4º 0.92% 0.93% -
XYZ 36.02 19.49 2.53 -
YUV 94.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 238 36 20 0 0.85 0.92 0.07 4.4 0.87 0.51
Hex EE 24 14 0 55 5C 7 4 57 33
Octal 356 44 24 0 125 134 7 4 127 63
Binary 11101110 100100 10100 0 1010101 1011100 111 100 1010111 110011

Color Harmonies of #EE2414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2414

Black with #EE2414

Text Example


Text Example

White with #EE2414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2414; }

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

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

background-color css

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

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

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

border-color css

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

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

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