Html Css Color HEX #EE1D05 Scarlet

📋 copy color: '#EE1D05'

red 238 ◦ green 29 ◦ blue 5

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

Shades of Scarlet #EE1D05

Tints of Scarlet #EE1D05

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.66%

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 87.5%
G = 10.66%
B = 1.84%

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

#EE1D05 (or 0xEE1D05) is known color: Scarlet. HEX triplet: EE, 1D and 05. RGB value is (238,29,5). Sum of RGB (Red+Green+Blue) = 238+29+5=272 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.5% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1D05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1D05 is #11E2FA. Grayscale: #595959. Windows color (decimal): -1172219 or 335342. OLE color: 335342.

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

Color convert

RGB 238 29 5 -
CMYK 0 0.88 0.98 0.07
HSL 6.18º 0.96% 0.48% -
HSV(B) 6.18º 0.98% 0.93% -
XYZ 35.73 19.07 1.94 -
YUV 88.76 80.74 234.45 -
System Red Green Blue C M Y K H S L
Decimal 238 29 5 0 0.88 0.98 0.07 6.18 0.96 0.48
Hex EE 1D 5 0 58 62 7 6 60 30
Octal 356 35 5 0 130 142 7 6 140 60
Binary 11101110 11101 101 0 1011000 1100010 111 110 1100000 110000

Color Harmonies of #EE1D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1D05

Black with #EE1D05

Text Example


Text Example

White with #EE1D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1D05; }

 p { color: rgb(238,29,5); }

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

background-color css

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

 a { background-color: rgb(238,29,5); }

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

border-color css

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

 span { border-color: rgb(238,29,5); }

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