Html Css Color HEX #EE2608 Scarlet

📋 copy color: '#EE2608'

red 238 ◦ green 38 ◦ blue 8

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

Shades of Scarlet #EE2608

Tints of Scarlet #EE2608

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.38%

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

R = 83.8%
G = 13.38%
B = 2.82%

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

#EE2608 (or 0xEE2608) is known color: Scarlet. HEX triplet: EE, 26 and 08. RGB value is (238,38,8). Sum of RGB (Red+Green+Blue) = 238+38+8=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2608 is #11D9F7. Grayscale: #5E5E5E. Windows color (decimal): -1169912 or 534254. OLE color: 534254.

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

Color convert

RGB 238 38 8 -
CMYK 0 0.84 0.97 0.07
HSL 7.83º 0.93% 0.48% -
HSV(B) 7.83º 0.97% 0.93% -
XYZ 36 19.58 2.11 -
YUV 94.38 79.26 230.44 -
System Red Green Blue C M Y K H S L
Decimal 238 38 8 0 0.84 0.97 0.07 7.83 0.93 0.48
Hex EE 26 8 0 54 61 7 8 5D 30
Octal 356 46 10 0 124 141 7 10 135 60
Binary 11101110 100110 1000 0 1010100 1100001 111 1000 1011101 110000

Color Harmonies of #EE2608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2608

Black with #EE2608

Text Example


Text Example

White with #EE2608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2608; }

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

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

background-color css

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

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

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

border-color css

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

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

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