Html Css Color HEX #EC0B02 Red

📋 copy color: '#EC0B02'

red 236 ◦ green 11 ◦ blue 2

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

Shades of Red #EC0B02

Tints of Red #EC0B02

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.42%

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

R = 94.78%
G = 4.42%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC0B02 (or 0xEC0B02) is known color: Red. HEX triplet: EC, 0B and 02. RGB value is (236,11,2). Sum of RGB (Red+Green+Blue) = 236+11+2=249 (32% of max value = 765). Red value is 236 (92.58% from 255 or 94.78% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0B02 is #13F4FD. Grayscale: #4D4D4D. Windows color (decimal): -1307902 or 134124. OLE color: 134124.

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

Color convert

RGB 236 11 2 -
CMYK 0 0.95 0.99 0.07
HSL 2.31º 0.98% 0.47% -
HSV(B) 2.31º 0.99% 0.93% -
XYZ 34.72 18.08 1.72 -
YUV 77.25 85.54 241.23 -
System Red Green Blue C M Y K H S L
Decimal 236 11 2 0 0.95 0.99 0.07 2.31 0.98 0.47
Hex EC B 2 0 5F 63 7 2 62 2F
Octal 354 13 2 0 137 143 7 2 142 57
Binary 11101100 1011 10 0 1011111 1100011 111 10 1100010 101111

Color Harmonies of #EC0B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0B02

Black with #EC0B02

Text Example


Text Example

White with #EC0B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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