Html Css Color HEX #EE2612 Scarlet

📋 copy color: '#EE2612'

red 238 ◦ green 38 ◦ blue 18

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

Shades of Scarlet #EE2612

Tints of Scarlet #EE2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 80.95%
G = 12.93%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE2612 (or 0xEE2612) is known color: Scarlet. HEX triplet: EE, 26 and 12. RGB value is (238,38,18). Sum of RGB (Red+Green+Blue) = 238+38+18=294 (38% of max value = 765). Red value is 238 (93.36% from 255 or 80.95% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2612 is #11D9ED. Grayscale: #5F5F5F. Windows color (decimal): -1169902 or 1189614. OLE color: 1189614.

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

Color convert

RGB 238 38 18 -
CMYK 0 0.84 0.92 0.07
HSL 5.45º 0.87% 0.5% -
HSV(B) 5.45º 0.92% 0.93% -
XYZ 36.06 19.61 2.46 -
YUV 95.52 84.26 229.63 -
System Red Green Blue C M Y K H S L
Decimal 238 38 18 0 0.84 0.92 0.07 5.45 0.87 0.5
Hex EE 26 12 0 54 5C 7 5 57 32
Octal 356 46 22 0 124 134 7 5 127 62
Binary 11101110 100110 10010 0 1010100 1011100 111 101 1010111 110010

Color Harmonies of #EE2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2612

Black with #EE2612

Text Example


Text Example

White with #EE2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2612; }

 p { color: rgb(238,38,18); }

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

background-color css

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

 a { background-color: rgb(238,38,18); }

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

border-color css

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

 span { border-color: rgb(238,38,18); }

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