Html Css Color HEX #EF170D Scarlet

📋 copy color: '#EF170D'

red 239 ◦ green 23 ◦ blue 13

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

Shades of Scarlet #EF170D

Tints of Scarlet #EF170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 86.91%
G = 8.36%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF170D (or 0xEF170D) is known color: Scarlet. HEX triplet: EF, 17 and 0D. RGB value is (239,23,13). Sum of RGB (Red+Green+Blue) = 239+23+13=275 (36% of max value = 765). Red value is 239 (93.75% from 255 or 86.91% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 239 - color contains mainly: red. Hex color #EF170D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF170D is #10E8F2. Grayscale: #565656. Windows color (decimal): -1108211 or 858095. OLE color: 858095.

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

Color convert

RGB 239 23 13 -
CMYK 0 0.90 0.95 0.06
HSL 2.65º 0.9% 0.49% -
HSV(B) 2.65º 0.95% 0.94% -
XYZ 35.98 18.99 2.15 -
YUV 86.44 86.56 236.81 -
System Red Green Blue C M Y K H S L
Decimal 239 23 13 0 0.90 0.95 0.06 2.65 0.9 0.49
Hex EF 17 D 0 5A 5F 6 3 5A 31
Octal 357 27 15 0 132 137 6 3 132 61
Binary 11101111 10111 1101 0 1011010 1011111 110 11 1011010 110001

Color Harmonies of #EF170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF170D

Black with #EF170D

Text Example


Text Example

White with #EF170D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF170D; }

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

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

background-color css

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

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

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

border-color css

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

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

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