Html Css Color HEX #EE1C0F Scarlet

📋 copy color: '#EE1C0F'

red 238 ◦ green 28 ◦ blue 15

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

Shades of Scarlet #EE1C0F

Tints of Scarlet #EE1C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 84.7%
G = 9.96%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE1C0F (or 0xEE1C0F) is known color: Scarlet. HEX triplet: EE, 1C and 0F. RGB value is (238,28,15). Sum of RGB (Red+Green+Blue) = 238+28+15=281 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.70% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1C0F is #11E3F0. Grayscale: #595959. Windows color (decimal): -1172465 or 990446. OLE color: 990446.

HSL color Cylindrical-coordinate representation of color #EE1C0F: hue angle of 3.5º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE1C0F is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 28 15 -
CMYK 0 0.88 0.94 0.07
HSL 3.5º 0.88% 0.5% -
HSV(B) 3.5º 0.94% 0.93% -
XYZ 35.76 19.04 2.24 -
YUV 89.31 86.07 234.06 -
System Red Green Blue C M Y K H S L
Decimal 238 28 15 0 0.88 0.94 0.07 3.5 0.88 0.5
Hex EE 1C F 0 58 5E 7 3 58 32
Octal 356 34 17 0 130 136 7 3 130 62
Binary 11101110 11100 1111 0 1011000 1011110 111 11 1011000 110010

Color Harmonies of #EE1C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1C0F

Black with #EE1C0F

Text Example


Text Example

White with #EE1C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1C0F; }

 p { color: rgb(238,28,15); }

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

background-color css

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

 a { background-color: rgb(238,28,15); }

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

border-color css

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

 span { border-color: rgb(238,28,15); }

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