Html Css Color HEX #EF1908 Scarlet

📋 copy color: '#EF1908'

red 239 ◦ green 25 ◦ blue 8

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

Shades of Scarlet #EF1908

Tints of Scarlet #EF1908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 87.87%
G = 9.19%
B = 2.94%

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

#EF1908 (or 0xEF1908) is known color: Scarlet. HEX triplet: EF, 19 and 08. RGB value is (239,25,8). Sum of RGB (Red+Green+Blue) = 239+25+8=272 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.87% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1908 is #10E6F7. Grayscale: #575757. Windows color (decimal): -1107704 or 530927. OLE color: 530927.

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

Color convert

RGB 239 25 8 -
CMYK 0 0.90 0.97 0.06
HSL 4.42º 0.94% 0.48% -
HSV(B) 4.42º 0.97% 0.94% -
XYZ 35.99 19.06 2.01 -
YUV 87.05 83.4 236.38 -
System Red Green Blue C M Y K H S L
Decimal 239 25 8 0 0.90 0.97 0.06 4.42 0.94 0.48
Hex EF 19 8 0 5A 61 6 4 5E 30
Octal 357 31 10 0 132 141 6 4 136 60
Binary 11101111 11001 1000 0 1011010 1100001 110 100 1011110 110000

Color Harmonies of #EF1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1908

Black with #EF1908

Text Example


Text Example

White with #EF1908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1908; }

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

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

background-color css

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

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

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

border-color css

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

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

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