Html Css Color HEX #EF2317 Scarlet

📋 copy color: '#EF2317'

red 239 ◦ green 35 ◦ blue 23

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

Shades of Scarlet #EF2317

Tints of Scarlet #EF2317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.78%

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

R = 80.47%
G = 11.78%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF2317 (or 0xEF2317) is known color: Scarlet. HEX triplet: EF, 23 and 17. RGB value is (239,35,23). Sum of RGB (Red+Green+Blue) = 239+35+23=297 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.47% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2317 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2317 is #10DCE8. Grayscale: #5E5E5E. Windows color (decimal): -1105129 or 1516527. OLE color: 1516527.

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

Color convert

RGB 239 35 23 -
CMYK 0 0.85 0.90 0.06
HSL 3.33º 0.87% 0.51% -
HSV(B) 3.33º 0.9% 0.94% -
XYZ 36.35 19.61 2.68 -
YUV 94.63 87.59 230.98 -
System Red Green Blue C M Y K H S L
Decimal 239 35 23 0 0.85 0.90 0.06 3.33 0.87 0.51
Hex EF 23 17 0 55 5A 6 3 57 33
Octal 357 43 27 0 125 132 6 3 127 63
Binary 11101111 100011 10111 0 1010101 1011010 110 11 1010111 110011

Color Harmonies of #EF2317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2317

Black with #EF2317

Text Example


Text Example

White with #EF2317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2317; }

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

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

background-color css

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

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

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

border-color css

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

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

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