Html Css Color HEX #EC1002 Red

📋 copy color: '#EC1002'

red 236 ◦ green 16 ◦ blue 2

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

Shades of Red #EC1002

Tints of Red #EC1002

RGB

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

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

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

R = 92.91%
G = 6.3%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC1002 (or 0xEC1002) is known color: Red. HEX triplet: EC, 10 and 02. RGB value is (236,16,2). Sum of RGB (Red+Green+Blue) = 236+16+2=254 (33% of max value = 765). Red value is 236 (92.58% from 255 or 92.91% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1002 is #13EFFD. Grayscale: #505050. Windows color (decimal): -1306622 or 135404. OLE color: 135404.

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

Color convert

RGB 236 16 2 -
CMYK 0 0.93 0.99 0.07
HSL 3.59º 0.98% 0.47% -
HSV(B) 3.59º 0.99% 0.93% -
XYZ 34.79 18.21 1.74 -
YUV 80.18 83.89 239.14 -
System Red Green Blue C M Y K H S L
Decimal 236 16 2 0 0.93 0.99 0.07 3.59 0.98 0.47
Hex EC 10 2 0 5D 63 7 4 62 2F
Octal 354 20 2 0 135 143 7 4 142 57
Binary 11101100 10000 10 0 1011101 1100011 111 100 1100010 101111

Color Harmonies of #EC1002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1002

Black with #EC1002

Text Example


Text Example

White with #EC1002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1002; }

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

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

background-color css

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

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

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

border-color css

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

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

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