Html Css Color HEX #EF2008 Scarlet

📋 copy color: '#EF2008'

red 239 ◦ green 32 ◦ blue 8

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

Shades of Scarlet #EF2008

Tints of Scarlet #EF2008

RGB

 RED value IS 239 (93.75% from 255) = 85.66%

 GREEN value IS 32 (12.89% from 255) = 11.47%

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

R = 85.66%
G = 11.47%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF2008 (or 0xEF2008) is known color: Scarlet. HEX triplet: EF, 20 and 08. RGB value is (239,32,8). Sum of RGB (Red+Green+Blue) = 239+32+8=279 (36% of max value = 765). Red value is 239 (93.75% from 255 or 85.66% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2008 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2008 is #10DFF7. Grayscale: #5B5B5B. Windows color (decimal): -1105912 or 532719. OLE color: 532719.

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

Color convert

RGB 239 32 8 -
CMYK 0 0.87 0.97 0.06
HSL 6.23º 0.94% 0.48% -
HSV(B) 6.23º 0.97% 0.94% -
XYZ 36.16 19.4 2.07 -
YUV 91.16 81.08 233.45 -
System Red Green Blue C M Y K H S L
Decimal 239 32 8 0 0.87 0.97 0.06 6.23 0.94 0.48
Hex EF 20 8 0 57 61 6 6 5E 30
Octal 357 40 10 0 127 141 6 6 136 60
Binary 11101111 100000 1000 0 1010111 1100001 110 110 1011110 110000

Color Harmonies of #EF2008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2008

Black with #EF2008

Text Example


Text Example

White with #EF2008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2008; }

 p { color: rgb(239,32,8); }

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

background-color css

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

 a { background-color: rgb(239,32,8); }

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

border-color css

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

 span { border-color: rgb(239,32,8); }

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