Html Css Color HEX #EF2718 Scarlet

📋 copy color: '#EF2718'

red 239 ◦ green 39 ◦ blue 24

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

Shades of Scarlet #EF2718

Tints of Scarlet #EF2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 79.14%
G = 12.91%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF2718 (or 0xEF2718) is known color: Scarlet. HEX triplet: EF, 27 and 18. RGB value is (239,39,24). Sum of RGB (Red+Green+Blue) = 239+39+24=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2718 is #10D8E7. Grayscale: #616161. Windows color (decimal): -1104104 or 1583087. OLE color: 1583087.

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

Color convert

RGB 239 39 24 -
CMYK 0 0.84 0.90 0.06
HSL 4.19º 0.87% 0.52% -
HSV(B) 4.19º 0.9% 0.94% -
XYZ 36.49 19.87 2.78 -
YUV 97.09 86.76 229.22 -
System Red Green Blue C M Y K H S L
Decimal 239 39 24 0 0.84 0.90 0.06 4.19 0.87 0.52
Hex EF 27 18 0 54 5A 6 4 57 34
Octal 357 47 30 0 124 132 6 4 127 64
Binary 11101111 100111 11000 0 1010100 1011010 110 100 1010111 110100

Color Harmonies of #EF2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2718

Black with #EF2718

Text Example


Text Example

White with #EF2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2718; }

 p { color: rgb(239,39,24); }

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

background-color css

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

 a { background-color: rgb(239,39,24); }

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

border-color css

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

 span { border-color: rgb(239,39,24); }

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