Html Css Color HEX #EC3503 Orange Red

📋 copy color: '#EC3503'

red 236 ◦ green 53 ◦ blue 3

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

Shades of Orange Red #EC3503

Tints of Orange Red #EC3503

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

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

R = 80.82%
G = 18.15%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3503 (or 0xEC3503) is known color: Orange Red. HEX triplet: EC, 35 and 03. RGB value is (236,53,3). Sum of RGB (Red+Green+Blue) = 236+53+3=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3503 is #13CAFC. Grayscale: #666666. Windows color (decimal): -1297149 or 210412. OLE color: 210412.

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

Color convert

RGB 236 53 3 -
CMYK 0 0.78 0.99 0.07
HSL 12.88º 0.97% 0.47% -
HSV(B) 12.88º 0.99% 0.93% -
XYZ 35.88 20.39 2.13 -
YUV 102.02 72.13 223.57 -
System Red Green Blue C M Y K H S L
Decimal 236 53 3 0 0.78 0.99 0.07 12.88 0.97 0.47
Hex EC 35 3 0 4E 63 7 D 61 2F
Octal 354 65 3 0 116 143 7 15 141 57
Binary 11101100 110101 11 0 1001110 1100011 111 1101 1100001 101111

Color Harmonies of #EC3503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3503

Black with #EC3503

Text Example


Text Example

White with #EC3503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3503; }

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

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

background-color css

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

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

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

border-color css

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

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

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