Html Css Color HEX #EF1310 Red

📋 copy color: '#EF1310'

red 239 ◦ green 19 ◦ blue 16

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

Shades of Red #EF1310

Tints of Red #EF1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 87.23%
G = 6.93%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF1310 (or 0xEF1310) is known color: Red. HEX triplet: EF, 13 and 10. RGB value is (239,19,16). Sum of RGB (Red+Green+Blue) = 239+19+16=274 (36% of max value = 765). Red value is 239 (93.75% from 255 or 87.23% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1310 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1310 is #10ECEF. Grayscale: #545454. Windows color (decimal): -1109232 or 1053679. OLE color: 1053679.

HSL color Cylindrical-coordinate representation of color #EF1310: hue angle of 0.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF1310 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 19 16 -
CMYK 0 0.92 0.93 0.06
HSL 0.81º 0.87% 0.5% -
HSV(B) 0.81º 0.93% 0.94% -
XYZ 35.92 18.85 2.24 -
YUV 84.44 89.39 238.24 -
System Red Green Blue C M Y K H S L
Decimal 239 19 16 0 0.92 0.93 0.06 0.81 0.87 0.5
Hex EF 13 10 0 5C 5D 6 1 57 32
Octal 357 23 20 0 134 135 6 1 127 62
Binary 11101111 10011 10000 0 1011100 1011101 110 1 1010111 110010

Color Harmonies of #EF1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1310

Black with #EF1310

Text Example


Text Example

White with #EF1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1310; }

 p { color: rgb(239,19,16); }

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

background-color css

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

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

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

border-color css

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

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

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