Html Css Color HEX #EC0900 Red

📋 copy color: '#EC0900'

red 236 ◦ green 9 ◦ blue 0

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

Shades of Red #EC0900

Tints of Red #EC0900

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 96.33%
G = 3.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC0900 (or 0xEC0900) is known color: Red. HEX triplet: EC, 09 and 00. RGB value is (236,9,0). Sum of RGB (Red+Green+Blue) = 236+9+0=245 (32% of max value = 765). Red value is 236 (92.58% from 255 or 96.33% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC0900 is #13F6FF. Grayscale: #4C4C4C. Windows color (decimal): -1308416 or 2540. OLE color: 2540.

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

Color convert

RGB 236 9 0 -
CMYK 0 0.96 1 0.07
HSL 2.29º 1% 0.46% -
HSV(B) 2.29º 1% 0.93% -
XYZ 34.69 18.03 1.65 -
YUV 75.85 85.21 242.23 -
System Red Green Blue C M Y K H S L
Decimal 236 9 0 0 0.96 1 0.07 2.29 1 0.46
Hex EC 9 0 0 60 64 7 2 64 2E
Octal 354 11 0 0 140 144 7 2 144 56
Binary 11101100 1001 0 0 1100000 1100100 111 10 1100100 101110

Color Harmonies of #EC0900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0900

Black with #EC0900

Text Example


Text Example

White with #EC0900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0900; }

 p { color: rgb(236,9,0); }

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

background-color css

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

 a { background-color: rgb(236,9,0); }

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

border-color css

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

 span { border-color: rgb(236,9,0); }

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