Html Css Color HEX #EF2616 Scarlet

📋 copy color: '#EF2616'

red 239 ◦ green 38 ◦ blue 22

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

Shades of Scarlet #EF2616

Tints of Scarlet #EF2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

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

R = 79.93%
G = 12.71%
B = 7.36%

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

#EF2616 (or 0xEF2616) is known color: Scarlet. HEX triplet: EF, 26 and 16. RGB value is (239,38,22). Sum of RGB (Red+Green+Blue) = 239+38+22=299 (39% of max value = 765). Red value is 239 (93.75% from 255 or 79.93% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF2616 is #10D9E9. Grayscale: #606060. Windows color (decimal): -1104362 or 1451759. OLE color: 1451759.

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

Color convert

RGB 239 38 22 -
CMYK 0 0.84 0.91 0.06
HSL 4.42º 0.87% 0.51% -
HSV(B) 4.42º 0.91% 0.94% -
XYZ 36.43 19.79 2.66 -
YUV 96.28 86.09 229.8 -
System Red Green Blue C M Y K H S L
Decimal 239 38 22 0 0.84 0.91 0.06 4.42 0.87 0.51
Hex EF 26 16 0 54 5B 6 4 57 33
Octal 357 46 26 0 124 133 6 4 127 63
Binary 11101111 100110 10110 0 1010100 1011011 110 100 1010111 110011

Color Harmonies of #EF2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2616

Black with #EF2616

Text Example


Text Example

White with #EF2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2616; }

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

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

background-color css

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

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

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

border-color css

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

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

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