Html Css Color HEX #EF240E Scarlet

📋 copy color: '#EF240E'

red 239 ◦ green 36 ◦ blue 14

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

Shades of Scarlet #EF240E

Tints of Scarlet #EF240E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 82.7%
G = 12.46%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF240E (or 0xEF240E) is known color: Scarlet. HEX triplet: EF, 24 and 0E. RGB value is (239,36,14). Sum of RGB (Red+Green+Blue) = 239+36+14=289 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.70% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 239 - color contains mainly: red. Hex color #EF240E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF240E is #10DBF1. Grayscale: #5E5E5E. Windows color (decimal): -1104882 or 926959. OLE color: 926959.

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

Color convert

RGB 239 36 14 -
CMYK 0 0.85 0.94 0.06
HSL 5.87º 0.89% 0.5% -
HSV(B) 5.87º 0.94% 0.94% -
XYZ 36.31 19.64 2.29 -
YUV 94.19 82.75 231.29 -
System Red Green Blue C M Y K H S L
Decimal 239 36 14 0 0.85 0.94 0.06 5.87 0.89 0.5
Hex EF 24 E 0 55 5E 6 6 59 32
Octal 357 44 16 0 125 136 6 6 131 62
Binary 11101111 100100 1110 0 1010101 1011110 110 110 1011001 110010

Color Harmonies of #EF240E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF240E

Black with #EF240E

Text Example


Text Example

White with #EF240E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF240E; }

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

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

background-color css

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

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

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

border-color css

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

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

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