Html Css Color HEX #EC0F0E Red

📋 copy color: '#EC0F0E'

red 236 ◦ green 15 ◦ blue 14

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

Shades of Red #EC0F0E

Tints of Red #EC0F0E

RGB

 RED value IS 236 (92.58% from 255) = 89.06%

 GREEN value IS 15 (6.25% from 255) = 5.66%

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 89.06%
G = 5.66%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC0F0E (or 0xEC0F0E) is known color: Red. HEX triplet: EC, 0F and 0E. RGB value is (236,15,14). Sum of RGB (Red+Green+Blue) = 236+15+14=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0F0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0F0E is #13F0F1. Grayscale: #515151. Windows color (decimal): -1306866 or 921580. OLE color: 921580.

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

Color convert

RGB 236 15 14 -
CMYK 0 0.94 0.94 0.07
HSL 0.27º 0.89% 0.49% -
HSV(B) 0.27º 0.94% 0.93% -
XYZ 34.84 18.21 2.09 -
YUV 80.97 90.22 238.58 -
System Red Green Blue C M Y K H S L
Decimal 236 15 14 0 0.94 0.94 0.07 0.27 0.89 0.49
Hex EC F E 0 5E 5E 7 0 59 31
Octal 354 17 16 0 136 136 7 0 131 61
Binary 11101100 1111 1110 0 1011110 1011110 111 0 1011001 110001

Color Harmonies of #EC0F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0F0E

Black with #EC0F0E

Text Example


Text Example

White with #EC0F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0F0E; }

 p { color: rgb(236,15,14); }

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

background-color css

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

 a { background-color: rgb(236,15,14); }

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

border-color css

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

 span { border-color: rgb(236,15,14); }

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