Html Css Color HEX #EE1C04 Scarlet

📋 copy color: '#EE1C04'

red 238 ◦ green 28 ◦ blue 4

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

Shades of Scarlet #EE1C04

Tints of Scarlet #EE1C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 88.15%
G = 10.37%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE1C04 (or 0xEE1C04) is known color: Scarlet. HEX triplet: EE, 1C and 04. RGB value is (238,28,4). Sum of RGB (Red+Green+Blue) = 238+28+4=270 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.15% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1C04 is #11E3FB. Grayscale: #585858. Windows color (decimal): -1172476 or 269550. OLE color: 269550.

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

Color convert

RGB 238 28 4 -
CMYK 0 0.88 0.98 0.07
HSL 6.15º 0.97% 0.47% -
HSV(B) 6.15º 0.98% 0.93% -
XYZ 35.7 19.02 1.9 -
YUV 88.05 80.57 234.95 -
System Red Green Blue C M Y K H S L
Decimal 238 28 4 0 0.88 0.98 0.07 6.15 0.97 0.47
Hex EE 1C 4 0 58 62 7 6 61 2F
Octal 356 34 4 0 130 142 7 6 141 57
Binary 11101110 11100 100 0 1011000 1100010 111 110 1100001 101111

Color Harmonies of #EE1C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1C04

Black with #EE1C04

Text Example


Text Example

White with #EE1C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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