Html Css Color HEX #EF1616 Scarlet

📋 copy color: '#EF1616'

red 239 ◦ green 22 ◦ blue 22

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

Shades of Scarlet #EF1616

Tints of Scarlet #EF1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.77%

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

R = 84.45%
G = 7.77%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF1616 (or 0xEF1616) is known color: Scarlet. HEX triplet: EF, 16 and 16. RGB value is (239,22,22). Sum of RGB (Red+Green+Blue) = 239+22+22=283 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.45% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1616 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1616 is #10E9E9. Grayscale: #575757. Windows color (decimal): -1108458 or 1447663. OLE color: 1447663.

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

Color convert

RGB 239 22 22 -
CMYK 0 0.91 0.91 0.06
HSL 0.87% 0.51% -
HSV(B) 0.91% 0.94% -
XYZ 36.03 18.98 2.52 -
YUV 86.88 91.39 236.5 -
System Red Green Blue C M Y K H S L
Decimal 239 22 22 0 0.91 0.91 0.06 0 0.87 0.51
Hex EF 16 16 0 5B 5B 6 0 57 33
Octal 357 26 26 0 133 133 6 0 127 63
Binary 11101111 10110 10110 0 1011011 1011011 110 0 1010111 110011

Color Harmonies of #EF1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1616

Black with #EF1616

Text Example


Text Example

White with #EF1616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1616; }

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

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

background-color css

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

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

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

border-color css

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

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

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