Html Css Color HEX #EE180C Scarlet

📋 copy color: '#EE180C'

red 238 ◦ green 24 ◦ blue 12

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

Shades of Scarlet #EE180C

Tints of Scarlet #EE180C

RGB

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

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

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

R = 86.86%
G = 8.76%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EE180C (or 0xEE180C) is known color: Scarlet. HEX triplet: EE, 18 and 0C. RGB value is (238,24,12). Sum of RGB (Red+Green+Blue) = 238+24+12=274 (36% of max value = 765). Red value is 238 (93.36% from 255 or 86.86% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 238 - color contains mainly: red. Hex color #EE180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE180C is #11E7F3. Grayscale: #565656. Windows color (decimal): -1173492 or 792814. OLE color: 792814.

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

Color convert

RGB 238 24 12 -
CMYK 0 0.90 0.95 0.07
HSL 3.19º 0.9% 0.49% -
HSV(B) 3.19º 0.95% 0.93% -
XYZ 35.65 18.86 2.11 -
YUV 86.62 85.9 235.98 -
System Red Green Blue C M Y K H S L
Decimal 238 24 12 0 0.90 0.95 0.07 3.19 0.9 0.49
Hex EE 18 C 0 5A 5F 7 3 5A 31
Octal 356 30 14 0 132 137 7 3 132 61
Binary 11101110 11000 1100 0 1011010 1011111 111 11 1011010 110001

Color Harmonies of #EE180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE180C

Black with #EE180C

Text Example


Text Example

White with #EE180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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