Html Css Color HEX #EF170E Scarlet

📋 copy color: '#EF170E'

red 239 ◦ green 23 ◦ blue 14

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

Shades of Scarlet #EF170E

Tints of Scarlet #EF170E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.07%

R = 86.59%
G = 8.33%
B = 5.07%

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

#EF170E (or 0xEF170E) is known color: Scarlet. HEX triplet: EF, 17 and 0E. RGB value is (239,23,14). Sum of RGB (Red+Green+Blue) = 239+23+14=276 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.59% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 239 - color contains mainly: red. Hex color #EF170E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF170E is #10E8F1. Grayscale: #565656. Windows color (decimal): -1108210 or 923631. OLE color: 923631.

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

Color convert

RGB 239 23 14 -
CMYK 0 0.90 0.94 0.06
HSL 2.4º 0.89% 0.5% -
HSV(B) 2.4º 0.94% 0.94% -
XYZ 35.98 19 2.19 -
YUV 86.56 87.06 236.73 -
System Red Green Blue C M Y K H S L
Decimal 239 23 14 0 0.90 0.94 0.06 2.4 0.89 0.5
Hex EF 17 E 0 5A 5E 6 2 59 32
Octal 357 27 16 0 132 136 6 2 131 62
Binary 11101111 10111 1110 0 1011010 1011110 110 10 1011001 110010

Color Harmonies of #EF170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF170E

Black with #EF170E

Text Example


Text Example

White with #EF170E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF170E; }

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

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

background-color css

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

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

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

border-color css

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

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

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