Html Css Color HEX #EE310C Scarlet

📋 copy color: '#EE310C'

red 238 ◦ green 49 ◦ blue 12

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

Shades of Scarlet #EE310C

Tints of Scarlet #EE310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

 BLUE value IS 12 (5.08% from 255) = 4.01%

R = 79.6%
G = 16.39%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE310C (or 0xEE310C) is known color: Scarlet. HEX triplet: EE, 31 and 0C. RGB value is (238,49,12). Sum of RGB (Red+Green+Blue) = 238+49+12=299 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.60% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 238 - color contains mainly: red. Hex color #EE310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE310C is #11CEF3. Grayscale: #656565. Windows color (decimal): -1167092 or 799214. OLE color: 799214.

HSL color Cylindrical-coordinate representation of color #EE310C: hue angle of 9.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE310C is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 12 -
CMYK 0 0.79 0.95 0.07
HSL 9.82º 0.9% 0.49% -
HSV(B) 9.82º 0.95% 0.93% -
XYZ 36.42 20.4 2.37 -
YUV 101.29 77.62 225.51 -
System Red Green Blue C M Y K H S L
Decimal 238 49 12 0 0.79 0.95 0.07 9.82 0.9 0.49
Hex EE 31 C 0 4F 5F 7 A 5A 31
Octal 356 61 14 0 117 137 7 12 132 61
Binary 11101110 110001 1100 0 1001111 1011111 111 1010 1011010 110001

Color Harmonies of #EE310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE310C

Black with #EE310C

Text Example


Text Example

White with #EE310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE310C; }

 p { color: rgb(238,49,12); }

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

background-color css

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

 a { background-color: rgb(238,49,12); }

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

border-color css

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

 span { border-color: rgb(238,49,12); }

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