Html Css Color HEX #EF1010 Red

📋 copy color: '#EF1010'

red 239 ◦ green 16 ◦ blue 16

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

Shades of Red #EF1010

Tints of Red #EF1010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 88.19%
G = 5.9%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF1010 (or 0xEF1010) is known color: Red. HEX triplet: EF, 10 and 10. RGB value is (239,16,16). Sum of RGB (Red+Green+Blue) = 239+16+16=271 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.19% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1010 is #10EFEF. Grayscale: #525252. Windows color (decimal): -1110000 or 1052911. OLE color: 1052911.

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

Color convert

RGB 239 16 16 -
CMYK 0 0.93 0.93 0.06
HSL 0.87% 0.5% -
HSV(B) 0.93% 0.94% -
XYZ 35.88 18.76 2.22 -
YUV 82.68 90.38 239.5 -
System Red Green Blue C M Y K H S L
Decimal 239 16 16 0 0.93 0.93 0.06 0 0.87 0.5
Hex EF 10 10 0 5D 5D 6 0 57 32
Octal 357 20 20 0 135 135 6 0 127 62
Binary 11101111 10000 10000 0 1011101 1011101 110 0 1010111 110010

Color Harmonies of #EF1010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1010

Black with #EF1010

Text Example


Text Example

White with #EF1010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1010; }

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

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

background-color css

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

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

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

border-color css

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

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

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