Html Css Color HEX #EC0E02 Red

📋 copy color: '#EC0E02'

red 236 ◦ green 14 ◦ blue 2

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

Shades of Red #EC0E02

Tints of Red #EC0E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 93.65%
G = 5.56%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC0E02 (or 0xEC0E02) is known color: Red. HEX triplet: EC, 0E and 02. RGB value is (236,14,2). Sum of RGB (Red+Green+Blue) = 236+14+2=252 (33% of max value = 765). Red value is 236 (92.58% from 255 or 93.65% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0E02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0E02 is #13F1FD. Grayscale: #4F4F4F. Windows color (decimal): -1307134 or 134892. OLE color: 134892.

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

Color convert

RGB 236 14 2 -
CMYK 0 0.94 0.99 0.07
HSL 3.08º 0.98% 0.47% -
HSV(B) 3.08º 0.99% 0.93% -
XYZ 34.76 18.15 1.73 -
YUV 79.01 84.55 239.98 -
System Red Green Blue C M Y K H S L
Decimal 236 14 2 0 0.94 0.99 0.07 3.08 0.98 0.47
Hex EC E 2 0 5E 63 7 3 62 2F
Octal 354 16 2 0 136 143 7 3 142 57
Binary 11101100 1110 10 0 1011110 1100011 111 11 1100010 101111

Color Harmonies of #EC0E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0E02

Black with #EC0E02

Text Example


Text Example

White with #EC0E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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