Html Css Color HEX #EF1A16 Scarlet

📋 copy color: '#EF1A16'

red 239 ◦ green 26 ◦ blue 22

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

Shades of Scarlet #EF1A16

Tints of Scarlet #EF1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.06%

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

R = 83.28%
G = 9.06%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF1A16 (or 0xEF1A16) is known color: Scarlet. HEX triplet: EF, 1A and 16. RGB value is (239,26,22). Sum of RGB (Red+Green+Blue) = 239+26+22=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF1A16 is #10E5E9. Grayscale: #595959. Windows color (decimal): -1107434 or 1448687. OLE color: 1448687.

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

Color convert

RGB 239 26 22 -
CMYK 0 0.89 0.91 0.06
HSL 1.11º 0.87% 0.51% -
HSV(B) 1.11º 0.91% 0.94% -
XYZ 36.11 19.15 2.55 -
YUV 89.23 90.07 234.83 -
System Red Green Blue C M Y K H S L
Decimal 239 26 22 0 0.89 0.91 0.06 1.11 0.87 0.51
Hex EF 1A 16 0 59 5B 6 1 57 33
Octal 357 32 26 0 131 133 6 1 127 63
Binary 11101111 11010 10110 0 1011001 1011011 110 1 1010111 110011

Color Harmonies of #EF1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1A16

Black with #EF1A16

Text Example


Text Example

White with #EF1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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