Html Css Color HEX #EF1100 Red

📋 copy color: '#EF1100'

red 239 ◦ green 17 ◦ blue 0

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

Shades of Red #EF1100

Tints of Red #EF1100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.36%
G = 6.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF1100 (or 0xEF1100) is known color: Red. HEX triplet: EF, 11 and 00. RGB value is (239,17,0). Sum of RGB (Red+Green+Blue) = 239+17+0=256 (33% of max value = 765). Red value is 239 (93.75% from 255 or 93.36% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF1100 is #10EEFF. Grayscale: #515151. Windows color (decimal): -1109760 or 4591. OLE color: 4591.

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

Color convert

RGB 239 17 0 -
CMYK 0 0.93 1 0.06
HSL 4.27º 1% 0.47% -
HSV(B) 4.27º 1% 0.94% -
XYZ 35.8 18.75 1.73 -
YUV 81.44 82.05 240.38 -
System Red Green Blue C M Y K H S L
Decimal 239 17 0 0 0.93 1 0.06 4.27 1 0.47
Hex EF 11 0 0 5D 64 6 4 64 2F
Octal 357 21 0 0 135 144 6 4 144 57
Binary 11101111 10001 0 0 1011101 1100100 110 100 1100100 101111

Color Harmonies of #EF1100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1100

Black with #EF1100

Text Example


Text Example

White with #EF1100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1100; }

 p { color: rgb(239,17,0); }

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

background-color css

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

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

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

border-color css

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

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

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