Html Css Color HEX #EF2B15 Scarlet

📋 copy color: '#EF2B15'

red 239 ◦ green 43 ◦ blue 21

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

Shades of Scarlet #EF2B15

Tints of Scarlet #EF2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

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

R = 78.88%
G = 14.19%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF2B15 (or 0xEF2B15) is known color: Scarlet. HEX triplet: EF, 2B and 15. RGB value is (239,43,21). Sum of RGB (Red+Green+Blue) = 239+43+21=303 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.88% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2B15 is #10D4EA. Grayscale: #636363. Windows color (decimal): -1103083 or 1387503. OLE color: 1387503.

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

Color convert

RGB 239 43 21 -
CMYK 0 0.82 0.91 0.06
HSL 6.06º 0.87% 0.51% -
HSV(B) 6.06º 0.91% 0.94% -
XYZ 36.6 20.13 2.67 -
YUV 99.1 83.93 227.79 -
System Red Green Blue C M Y K H S L
Decimal 239 43 21 0 0.82 0.91 0.06 6.06 0.87 0.51
Hex EF 2B 15 0 52 5B 6 6 57 33
Octal 357 53 25 0 122 133 6 6 127 63
Binary 11101111 101011 10101 0 1010010 1011011 110 110 1010111 110011

Color Harmonies of #EF2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B15

Black with #EF2B15

Text Example


Text Example

White with #EF2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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