Html Css Color HEX #EF1708 Scarlet

📋 copy color: '#EF1708'

red 239 ◦ green 23 ◦ blue 8

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

Shades of Scarlet #EF1708

Tints of Scarlet #EF1708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

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

R = 88.52%
G = 8.52%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1708 (or 0xEF1708) is known color: Scarlet. HEX triplet: EF, 17 and 08. RGB value is (239,23,8). Sum of RGB (Red+Green+Blue) = 239+23+8=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1708 is #10E8F7. Grayscale: #565656. Windows color (decimal): -1108216 or 530415. OLE color: 530415.

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

Color convert

RGB 239 23 8 -
CMYK 0 0.90 0.97 0.06
HSL 3.9º 0.94% 0.48% -
HSV(B) 3.9º 0.97% 0.94% -
XYZ 35.95 18.98 2 -
YUV 85.87 84.06 237.22 -
System Red Green Blue C M Y K H S L
Decimal 239 23 8 0 0.90 0.97 0.06 3.9 0.94 0.48
Hex EF 17 8 0 5A 61 6 4 5E 30
Octal 357 27 10 0 132 141 6 4 136 60
Binary 11101111 10111 1000 0 1011010 1100001 110 100 1011110 110000

Color Harmonies of #EF1708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1708

Black with #EF1708

Text Example


Text Example

White with #EF1708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1708; }

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

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

background-color css

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

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

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

border-color css

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

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

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