Html Css Color HEX #EF3217 Scarlet

📋 copy color: '#EF3217'

red 239 ◦ green 50 ◦ blue 23

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

Shades of Scarlet #EF3217

Tints of Scarlet #EF3217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 76.6%
G = 16.03%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF3217 (or 0xEF3217) is known color: Scarlet. HEX triplet: EF, 32 and 17. RGB value is (239,50,23). Sum of RGB (Red+Green+Blue) = 239+50+23=312 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.60% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3217 is #10CDE8. Grayscale: #676767. Windows color (decimal): -1101289 or 1520367. OLE color: 1520367.

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

Color convert

RGB 239 50 23 -
CMYK 0 0.79 0.90 0.06
HSL 7.5º 0.87% 0.51% -
HSV(B) 7.5º 0.9% 0.94% -
XYZ 36.89 20.69 2.86 -
YUV 103.43 82.62 224.7 -
System Red Green Blue C M Y K H S L
Decimal 239 50 23 0 0.79 0.90 0.06 7.5 0.87 0.51
Hex EF 32 17 0 4F 5A 6 8 57 33
Octal 357 62 27 0 117 132 6 10 127 63
Binary 11101111 110010 10111 0 1001111 1011010 110 1000 1010111 110011

Color Harmonies of #EF3217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3217

Black with #EF3217

Text Example


Text Example

White with #EF3217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3217; }

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

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

background-color css

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

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

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

border-color css

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

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

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