Html Css Color HEX #EE3312 Scarlet

📋 copy color: '#EE3312'

red 238 ◦ green 51 ◦ blue 18

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

Shades of Scarlet #EE3312

Tints of Scarlet #EE3312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

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

R = 77.52%
G = 16.61%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE3312 (or 0xEE3312) is known color: Scarlet. HEX triplet: EE, 33 and 12. RGB value is (238,51,18). Sum of RGB (Red+Green+Blue) = 238+51+18=307 (40% of max value = 765). Red value is 238 (93.36% from 255 or 77.52% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3312 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3312 is #11CCED. Grayscale: #676767. Windows color (decimal): -1166574 or 1192942. OLE color: 1192942.

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

Color convert

RGB 238 51 18 -
CMYK 0 0.79 0.92 0.07
HSL 0.87% 0.5% -
HSV(B) 0.92% 0.93% -
XYZ 36.55 20.59 2.62 -
YUV 103.15 79.95 224.18 -
System Red Green Blue C M Y K H S L
Decimal 238 51 18 0 0.79 0.92 0.07 9 0.87 0.5
Hex EE 33 12 0 4F 5C 7 9 57 32
Octal 356 63 22 0 117 134 7 11 127 62
Binary 11101110 110011 10010 0 1001111 1011100 111 1001 1010111 110010

Color Harmonies of #EE3312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3312

Black with #EE3312

Text Example


Text Example

White with #EE3312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3312; }

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

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

background-color css

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

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

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

border-color css

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

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

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