Html Css Color HEX #EF120B Red

📋 copy color: '#EF120B'

red 239 ◦ green 18 ◦ blue 11

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

Shades of Red #EF120B

Tints of Red #EF120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 89.18%
G = 6.72%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF120B (or 0xEF120B) is known color: Red. HEX triplet: EF, 12 and 0B. RGB value is (239,18,11). Sum of RGB (Red+Green+Blue) = 239+18+11=268 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.18% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 239 - color contains mainly: red. Hex color #EF120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF120B is #10EDF4. Grayscale: #535353. Windows color (decimal): -1109493 or 725743. OLE color: 725743.

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

Color convert

RGB 239 18 11 -
CMYK 0 0.92 0.95 0.06
HSL 1.84º 0.91% 0.49% -
HSV(B) 1.84º 0.95% 0.94% -
XYZ 35.87 18.81 2.06 -
YUV 83.28 87.22 239.07 -
System Red Green Blue C M Y K H S L
Decimal 239 18 11 0 0.92 0.95 0.06 1.84 0.91 0.49
Hex EF 12 B 0 5C 5F 6 2 5B 31
Octal 357 22 13 0 134 137 6 2 133 61
Binary 11101111 10010 1011 0 1011100 1011111 110 10 1011011 110001

Color Harmonies of #EF120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF120B

Black with #EF120B

Text Example


Text Example

White with #EF120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF120B; }

 p { color: rgb(239,18,11); }

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

background-color css

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

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

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

border-color css

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

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

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