Html Css Color HEX #EF170F Scarlet

📋 copy color: '#EF170F'

red 239 ◦ green 23 ◦ blue 15

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

Shades of Scarlet #EF170F

Tints of Scarlet #EF170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 86.28%
G = 8.3%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF170F (or 0xEF170F) is known color: Scarlet. HEX triplet: EF, 17 and 0F. RGB value is (239,23,15). Sum of RGB (Red+Green+Blue) = 239+23+15=277 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.28% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 239 - color contains mainly: red. Hex color #EF170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF170F is #10E8F0. Grayscale: #565656. Windows color (decimal): -1108209 or 989167. OLE color: 989167.

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

Color convert

RGB 239 23 15 -
CMYK 0 0.90 0.94 0.06
HSL 2.14º 0.88% 0.5% -
HSV(B) 2.14º 0.94% 0.94% -
XYZ 35.99 19 2.22 -
YUV 86.67 87.56 236.65 -
System Red Green Blue C M Y K H S L
Decimal 239 23 15 0 0.90 0.94 0.06 2.14 0.88 0.5
Hex EF 17 F 0 5A 5E 6 2 58 32
Octal 357 27 17 0 132 136 6 2 130 62
Binary 11101111 10111 1111 0 1011010 1011110 110 10 1011000 110010

Color Harmonies of #EF170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF170F

Black with #EF170F

Text Example


Text Example

White with #EF170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF170F; }

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

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

background-color css

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

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

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

border-color css

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

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

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