Html Css Color HEX #EF100C Red

📋 copy color: '#EF100C'

red 239 ◦ green 16 ◦ blue 12

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

Shades of Red #EF100C

Tints of Red #EF100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 89.51%
G = 5.99%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF100C (or 0xEF100C) is known color: Red. HEX triplet: EF, 10 and 0C. RGB value is (239,16,12). Sum of RGB (Red+Green+Blue) = 239+16+12=267 (35% of max value = 765). Red value is 239 (93.75% from 255 or 89.51% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 239 - color contains mainly: red. Hex color #EF100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EF100C is #10EFF3. Grayscale: #525252. Windows color (decimal): -1110004 or 790767. OLE color: 790767.

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

Color convert

RGB 239 16 12 -
CMYK 0 0.93 0.95 0.06
HSL 1.06º 0.9% 0.49% -
HSV(B) 1.06º 0.95% 0.94% -
XYZ 35.85 18.75 2.08 -
YUV 82.22 88.38 239.83 -
System Red Green Blue C M Y K H S L
Decimal 239 16 12 0 0.93 0.95 0.06 1.06 0.9 0.49
Hex EF 10 C 0 5D 5F 6 1 5A 31
Octal 357 20 14 0 135 137 6 1 132 61
Binary 11101111 10000 1100 0 1011101 1011111 110 1 1011010 110001

Color Harmonies of #EF100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF100C

Black with #EF100C

Text Example


Text Example

White with #EF100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF100C; }

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

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

background-color css

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

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

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

border-color css

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

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

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