Html Css Color HEX #EC3603 Orange Red

📋 copy color: '#EC3603'

red 236 ◦ green 54 ◦ blue 3

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

Shades of Orange Red #EC3603

Tints of Orange Red #EC3603

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 3 (1.56% from 255) = 1.02%

R = 80.55%
G = 18.43%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3603 (or 0xEC3603) is known color: Orange Red. HEX triplet: EC, 36 and 03. RGB value is (236,54,3). Sum of RGB (Red+Green+Blue) = 236+54+3=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3603 is #13C9FC. Grayscale: #666666. Windows color (decimal): -1296893 or 210668. OLE color: 210668.

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

Color convert

RGB 236 54 3 -
CMYK 0 0.77 0.99 0.07
HSL 13.13º 0.97% 0.47% -
HSV(B) 13.13º 0.99% 0.93% -
XYZ 35.93 20.48 2.15 -
YUV 102.6 71.8 223.15 -
System Red Green Blue C M Y K H S L
Decimal 236 54 3 0 0.77 0.99 0.07 13.13 0.97 0.47
Hex EC 36 3 0 4D 63 7 D 61 2F
Octal 354 66 3 0 115 143 7 15 141 57
Binary 11101100 110110 11 0 1001101 1100011 111 1101 1100001 101111

Color Harmonies of #EC3603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3603

Black with #EC3603

Text Example


Text Example

White with #EC3603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3603; }

 p { color: rgb(236,54,3); }

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

background-color css

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

 a { background-color: rgb(236,54,3); }

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

border-color css

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

 span { border-color: rgb(236,54,3); }

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