Html Css Color HEX #EF2B16 Scarlet

📋 copy color: '#EF2B16'

red 239 ◦ green 43 ◦ blue 22

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

Shades of Scarlet #EF2B16

Tints of Scarlet #EF2B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 78.62%
G = 14.14%
B = 7.24%

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

#EF2B16 (or 0xEF2B16) is known color: Scarlet. HEX triplet: EF, 2B and 16. RGB value is (239,43,22). Sum of RGB (Red+Green+Blue) = 239+43+22=304 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.62% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2B16 is #10D4E9. Grayscale: #636363. Windows color (decimal): -1103082 or 1453039. OLE color: 1453039.

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

Color convert

RGB 239 43 22 -
CMYK 0 0.82 0.91 0.06
HSL 5.81º 0.87% 0.51% -
HSV(B) 5.81º 0.91% 0.94% -
XYZ 36.61 20.14 2.72 -
YUV 99.21 84.43 227.71 -
System Red Green Blue C M Y K H S L
Decimal 239 43 22 0 0.82 0.91 0.06 5.81 0.87 0.51
Hex EF 2B 16 0 52 5B 6 6 57 33
Octal 357 53 26 0 122 133 6 6 127 63
Binary 11101111 101011 10110 0 1010010 1011011 110 110 1010111 110011

Color Harmonies of #EF2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2B16

Black with #EF2B16

Text Example


Text Example

White with #EF2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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