Html Css Color HEX #EC1202 Red

📋 copy color: '#EC1202'

red 236 ◦ green 18 ◦ blue 2

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

Shades of Red #EC1202

Tints of Red #EC1202

RGB

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

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

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

R = 92.19%
G = 7.03%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1202 (or 0xEC1202) is known color: Red. HEX triplet: EC, 12 and 02. RGB value is (236,18,2). Sum of RGB (Red+Green+Blue) = 236+18+2=256 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.19% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1202 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1202 is #13EDFD. Grayscale: #515151. Windows color (decimal): -1306110 or 135916. OLE color: 135916.

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

Color convert

RGB 236 18 2 -
CMYK 0 0.92 0.99 0.07
HSL 4.1º 0.98% 0.47% -
HSV(B) 4.1º 0.99% 0.93% -
XYZ 34.82 18.27 1.75 -
YUV 81.36 83.22 238.3 -
System Red Green Blue C M Y K H S L
Decimal 236 18 2 0 0.92 0.99 0.07 4.1 0.98 0.47
Hex EC 12 2 0 5C 63 7 4 62 2F
Octal 354 22 2 0 134 143 7 4 142 57
Binary 11101100 10010 10 0 1011100 1100011 111 100 1100010 101111

Color Harmonies of #EC1202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1202

Black with #EC1202

Text Example


Text Example

White with #EC1202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1202; }

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

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

background-color css

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

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

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

border-color css

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

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

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