Html Css Color HEX #EF1308 Scarlet

📋 copy color: '#EF1308'

red 239 ◦ green 19 ◦ blue 8

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

Shades of Scarlet #EF1308

Tints of Scarlet #EF1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 89.85%
G = 7.14%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF1308 (or 0xEF1308) is known color: Scarlet. HEX triplet: EF, 13 and 08. RGB value is (239,19,8). Sum of RGB (Red+Green+Blue) = 239+19+8=266 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.85% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1308 is #10ECF7. Grayscale: #535353. Windows color (decimal): -1109240 or 529391. OLE color: 529391.

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

Color convert

RGB 239 19 8 -
CMYK 0 0.92 0.97 0.06
HSL 2.86º 0.94% 0.48% -
HSV(B) 2.86º 0.97% 0.94% -
XYZ 35.87 18.83 1.97 -
YUV 83.53 85.39 238.89 -
System Red Green Blue C M Y K H S L
Decimal 239 19 8 0 0.92 0.97 0.06 2.86 0.94 0.48
Hex EF 13 8 0 5C 61 6 3 5E 30
Octal 357 23 10 0 134 141 6 3 136 60
Binary 11101111 10011 1000 0 1011100 1100001 110 11 1011110 110000

Color Harmonies of #EF1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1308

Black with #EF1308

Text Example


Text Example

White with #EF1308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1308; }

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

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

background-color css

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

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

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

border-color css

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

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

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