Html Css Color HEX #EF2409 Scarlet

📋 copy color: '#EF2409'

red 239 ◦ green 36 ◦ blue 9

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

Shades of Scarlet #EF2409

Tints of Scarlet #EF2409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.17%

R = 84.15%
G = 12.68%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF2409 (or 0xEF2409) is known color: Scarlet. HEX triplet: EF, 24 and 09. RGB value is (239,36,9). Sum of RGB (Red+Green+Blue) = 239+36+9=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2409 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2409 is #10DBF6. Grayscale: #5D5D5D. Windows color (decimal): -1104887 or 599279. OLE color: 599279.

HSL color Cylindrical-coordinate representation of color #EF2409: hue angle of 7.04º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF2409 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 36 9 -
CMYK 0 0.85 0.96 0.06
HSL 7.04º 0.93% 0.49% -
HSV(B) 7.04º 0.96% 0.94% -
XYZ 36.28 19.63 2.14 -
YUV 93.62 80.25 231.7 -
System Red Green Blue C M Y K H S L
Decimal 239 36 9 0 0.85 0.96 0.06 7.04 0.93 0.49
Hex EF 24 9 0 55 60 6 7 5D 31
Octal 357 44 11 0 125 140 6 7 135 61
Binary 11101111 100100 1001 0 1010101 1100000 110 111 1011101 110001

Color Harmonies of #EF2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2409

Black with #EF2409

Text Example


Text Example

White with #EF2409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2409; }

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

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

background-color css

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

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

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

border-color css

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

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

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