Html Css Color HEX #EC1208 Red

📋 copy color: '#EC1208'

red 236 ◦ green 18 ◦ blue 8

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

Shades of Red #EC1208

Tints of Red #EC1208

RGB

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

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

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

R = 90.08%
G = 6.87%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1208 (or 0xEC1208) is known color: Red. HEX triplet: EC, 12 and 08. RGB value is (236,18,8). Sum of RGB (Red+Green+Blue) = 236+18+8=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1208 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1208 is #13EDF7. Grayscale: #525252. Windows color (decimal): -1306104 or 529132. OLE color: 529132.

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

Color convert

RGB 236 18 8 -
CMYK 0 0.92 0.97 0.07
HSL 2.63º 0.93% 0.48% -
HSV(B) 2.63º 0.97% 0.93% -
XYZ 34.85 18.28 1.92 -
YUV 82.04 86.22 237.81 -
System Red Green Blue C M Y K H S L
Decimal 236 18 8 0 0.92 0.97 0.07 2.63 0.93 0.48
Hex EC 12 8 0 5C 61 7 3 5D 30
Octal 354 22 10 0 134 141 7 3 135 60
Binary 11101100 10010 1000 0 1011100 1100001 111 11 1011101 110000

Color Harmonies of #EC1208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1208

Black with #EC1208

Text Example


Text Example

White with #EC1208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1208; }

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

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

background-color css

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

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

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

border-color css

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

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

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