Html Css Color HEX #EF2415 Scarlet

📋 copy color: '#EF2415'

red 239 ◦ green 36 ◦ blue 21

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

Shades of Scarlet #EF2415

Tints of Scarlet #EF2415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.09%

R = 80.74%
G = 12.16%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF2415 (or 0xEF2415) is known color: Scarlet. HEX triplet: EF, 24 and 15. RGB value is (239,36,21). Sum of RGB (Red+Green+Blue) = 239+36+21=296 (39% of max value = 765). Red value is 239 (93.75% from 255 or 80.74% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2415 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2415 is #10DBEA. Grayscale: #5F5F5F. Windows color (decimal): -1104875 or 1385711. OLE color: 1385711.

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

Color convert

RGB 239 36 21 -
CMYK 0 0.85 0.91 0.06
HSL 4.13º 0.87% 0.51% -
HSV(B) 4.13º 0.91% 0.94% -
XYZ 36.36 19.67 2.59 -
YUV 94.99 86.25 230.72 -
System Red Green Blue C M Y K H S L
Decimal 239 36 21 0 0.85 0.91 0.06 4.13 0.87 0.51
Hex EF 24 15 0 55 5B 6 4 57 33
Octal 357 44 25 0 125 133 6 4 127 63
Binary 11101111 100100 10101 0 1010101 1011011 110 100 1010111 110011

Color Harmonies of #EF2415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2415

Black with #EF2415

Text Example


Text Example

White with #EF2415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2415; }

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

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

background-color css

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

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

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

border-color css

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

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

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