Html Css Color HEX #EF1608 Scarlet

📋 copy color: '#EF1608'

red 239 ◦ green 22 ◦ blue 8

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

Shades of Scarlet #EF1608

Tints of Scarlet #EF1608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 88.85%
G = 8.18%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1608 (or 0xEF1608) is known color: Scarlet. HEX triplet: EF, 16 and 08. RGB value is (239,22,8). Sum of RGB (Red+Green+Blue) = 239+22+8=269 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.85% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1608 is #10E9F7. Grayscale: #555555. Windows color (decimal): -1108472 or 530159. OLE color: 530159.

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

Color convert

RGB 239 22 8 -
CMYK 0 0.91 0.97 0.06
HSL 3.64º 0.94% 0.48% -
HSV(B) 3.64º 0.97% 0.94% -
XYZ 35.93 18.94 1.99 -
YUV 85.29 84.39 237.64 -
System Red Green Blue C M Y K H S L
Decimal 239 22 8 0 0.91 0.97 0.06 3.64 0.94 0.48
Hex EF 16 8 0 5B 61 6 4 5E 30
Octal 357 26 10 0 133 141 6 4 136 60
Binary 11101111 10110 1000 0 1011011 1100001 110 100 1011110 110000

Color Harmonies of #EF1608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1608

Black with #EF1608

Text Example


Text Example

White with #EF1608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1608; }

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

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

background-color css

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

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

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

border-color css

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

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

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