Html Css Color HEX #EC1008 Red

📋 copy color: '#EC1008'

red 236 ◦ green 16 ◦ blue 8

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

Shades of Red #EC1008

Tints of Red #EC1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 90.77%
G = 6.15%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1008 (or 0xEC1008) is known color: Red. HEX triplet: EC, 10 and 08. RGB value is (236,16,8). Sum of RGB (Red+Green+Blue) = 236+16+8=260 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.77% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1008 is #13EFF7. Grayscale: #515151. Windows color (decimal): -1306616 or 528620. OLE color: 528620.

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

Color convert

RGB 236 16 8 -
CMYK 0 0.93 0.97 0.07
HSL 2.11º 0.93% 0.48% -
HSV(B) 2.11º 0.97% 0.93% -
XYZ 34.82 18.22 1.91 -
YUV 80.87 86.89 238.65 -
System Red Green Blue C M Y K H S L
Decimal 236 16 8 0 0.93 0.97 0.07 2.11 0.93 0.48
Hex EC 10 8 0 5D 61 7 2 5D 30
Octal 354 20 10 0 135 141 7 2 135 60
Binary 11101100 10000 1000 0 1011101 1100001 111 10 1011101 110000

Color Harmonies of #EC1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1008

Black with #EC1008

Text Example


Text Example

White with #EC1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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