Html Css Color HEX #EF2F18 Scarlet

📋 copy color: '#EF2F18'

red 239 ◦ green 47 ◦ blue 24

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

Shades of Scarlet #EF2F18

Tints of Scarlet #EF2F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.16%

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

R = 77.1%
G = 15.16%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF2F18 (or 0xEF2F18) is known color: Scarlet. HEX triplet: EF, 2F and 18. RGB value is (239,47,24). Sum of RGB (Red+Green+Blue) = 239+47+24=310 (41% of max value = 765). Red value is 239 (93.75% from 255 or 77.10% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2F18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2F18 is #10D0E7. Grayscale: #666666. Windows color (decimal): -1102056 or 1585135. OLE color: 1585135.

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

Color convert

RGB 239 47 24 -
CMYK 0 0.80 0.90 0.06
HSL 6.42º 0.87% 0.52% -
HSV(B) 6.42º 0.9% 0.94% -
XYZ 36.78 20.45 2.87 -
YUV 101.79 84.11 225.87 -
System Red Green Blue C M Y K H S L
Decimal 239 47 24 0 0.80 0.90 0.06 6.42 0.87 0.52
Hex EF 2F 18 0 50 5A 6 6 57 34
Octal 357 57 30 0 120 132 6 6 127 64
Binary 11101111 101111 11000 0 1010000 1011010 110 110 1010111 110100

Color Harmonies of #EF2F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2F18

Black with #EF2F18

Text Example


Text Example

White with #EF2F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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