Html Css Color HEX #EE2708 Scarlet

📋 copy color: '#EE2708'

red 238 ◦ green 39 ◦ blue 8

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

Shades of Scarlet #EE2708

Tints of Scarlet #EE2708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

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

R = 83.51%
G = 13.68%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE2708 (or 0xEE2708) is known color: Scarlet. HEX triplet: EE, 27 and 08. RGB value is (238,39,8). Sum of RGB (Red+Green+Blue) = 238+39+8=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2708 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2708 is #11D8F7. Grayscale: #5F5F5F. Windows color (decimal): -1169656 or 534510. OLE color: 534510.

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

Color convert

RGB 238 39 8 -
CMYK 0 0.84 0.97 0.07
HSL 8.09º 0.93% 0.48% -
HSV(B) 8.09º 0.97% 0.93% -
XYZ 36.03 19.65 2.12 -
YUV 94.97 78.93 230.02 -
System Red Green Blue C M Y K H S L
Decimal 238 39 8 0 0.84 0.97 0.07 8.09 0.93 0.48
Hex EE 27 8 0 54 61 7 8 5D 30
Octal 356 47 10 0 124 141 7 10 135 60
Binary 11101110 100111 1000 0 1010100 1100001 111 1000 1011101 110000

Color Harmonies of #EE2708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2708

Black with #EE2708

Text Example


Text Example

White with #EE2708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2708; }

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

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

background-color css

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

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

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

border-color css

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

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

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