Html Css Color HEX #EE2E08 Scarlet

📋 copy color: '#EE2E08'

red 238 ◦ green 46 ◦ blue 8

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

Shades of Scarlet #EE2E08

Tints of Scarlet #EE2E08

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.75%

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 81.51%
G = 15.75%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE2E08 (or 0xEE2E08) is known color: Scarlet. HEX triplet: EE, 2E and 08. RGB value is (238,46,8). Sum of RGB (Red+Green+Blue) = 238+46+8=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2E08 is #11D1F7. Grayscale: #636363. Windows color (decimal): -1167864 or 536302. OLE color: 536302.

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

Color convert

RGB 238 46 8 -
CMYK 0 0.81 0.97 0.07
HSL 9.91º 0.93% 0.48% -
HSV(B) 9.91º 0.97% 0.93% -
XYZ 36.28 20.15 2.21 -
YUV 99.08 76.61 227.09 -
System Red Green Blue C M Y K H S L
Decimal 238 46 8 0 0.81 0.97 0.07 9.91 0.93 0.48
Hex EE 2E 8 0 51 61 7 A 5D 30
Octal 356 56 10 0 121 141 7 12 135 60
Binary 11101110 101110 1000 0 1010001 1100001 111 1010 1011101 110000

Color Harmonies of #EE2E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2E08

Black with #EE2E08

Text Example


Text Example

White with #EE2E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2E08; }

 p { color: rgb(238,46,8); }

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

background-color css

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

 a { background-color: rgb(238,46,8); }

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

border-color css

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

 span { border-color: rgb(238,46,8); }

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