Html Css Color HEX #EF120D Red

📋 copy color: '#EF120D'

red 239 ◦ green 18 ◦ blue 13

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

Shades of Red #EF120D

Tints of Red #EF120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 88.52%
G = 6.67%
B = 4.81%

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

#EF120D (or 0xEF120D) is known color: Red. HEX triplet: EF, 12 and 0D. RGB value is (239,18,13). Sum of RGB (Red+Green+Blue) = 239+18+13=270 (35% of max value = 765). Red value is 239 (93.75% from 255 or 88.52% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 239 - color contains mainly: red. Hex color #EF120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF120D is #10EDF2. Grayscale: #535353. Windows color (decimal): -1109491 or 856815. OLE color: 856815.

HSL color Cylindrical-coordinate representation of color #EF120D: hue angle of 1.33º degrees, saturation: 0.9, 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 #EF120D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 13 -
CMYK 0 0.92 0.95 0.06
HSL 1.33º 0.9% 0.49% -
HSV(B) 1.33º 0.95% 0.94% -
XYZ 35.89 18.81 2.12 -
YUV 83.51 88.22 238.91 -
System Red Green Blue C M Y K H S L
Decimal 239 18 13 0 0.92 0.95 0.06 1.33 0.9 0.49
Hex EF 12 D 0 5C 5F 6 1 5A 31
Octal 357 22 15 0 134 137 6 1 132 61
Binary 11101111 10010 1101 0 1011100 1011111 110 1 1011010 110001

Color Harmonies of #EF120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF120D

Black with #EF120D

Text Example


Text Example

White with #EF120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF120D; }

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

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

background-color css

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

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

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

border-color css

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

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

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