Html Css Color HEX #EF2716 Scarlet

📋 copy color: '#EF2716'

red 239 ◦ green 39 ◦ blue 22

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

Shades of Scarlet #EF2716

Tints of Scarlet #EF2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

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

R = 79.67%
G = 13%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF2716 (or 0xEF2716) is known color: Scarlet. HEX triplet: EF, 27 and 16. RGB value is (239,39,22). Sum of RGB (Red+Green+Blue) = 239+39+22=300 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2716 is #10D8E9. Grayscale: #616161. Windows color (decimal): -1104106 or 1452015. OLE color: 1452015.

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

Color convert

RGB 239 39 22 -
CMYK 0 0.84 0.91 0.06
HSL 4.7º 0.87% 0.51% -
HSV(B) 4.7º 0.91% 0.94% -
XYZ 36.47 19.86 2.67 -
YUV 96.86 85.76 229.38 -
System Red Green Blue C M Y K H S L
Decimal 239 39 22 0 0.84 0.91 0.06 4.7 0.87 0.51
Hex EF 27 16 0 54 5B 6 5 57 33
Octal 357 47 26 0 124 133 6 5 127 63
Binary 11101111 100111 10110 0 1010100 1011011 110 101 1010111 110011

Color Harmonies of #EF2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2716

Black with #EF2716

Text Example


Text Example

White with #EF2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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