Html Css Color HEX #EC3501 Orange Red

📋 copy color: '#EC3501'

red 236 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #EC3501

Tints of Orange Red #EC3501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 81.38%
G = 18.28%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC3501 (or 0xEC3501) is known color: Orange Red. HEX triplet: EC, 35 and 01. RGB value is (236,53,1). Sum of RGB (Red+Green+Blue) = 236+53+1=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3501 is #13CAFE. Grayscale: #666666. Windows color (decimal): -1297151 or 79340. OLE color: 79340.

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

Color convert

RGB 236 53 1 -
CMYK 0 0.78 1.00 0.07
HSL 13.28º 0.99% 0.46% -
HSV(B) 13.28º 1% 0.93% -
XYZ 35.87 20.38 2.07 -
YUV 101.79 71.13 223.73 -
System Red Green Blue C M Y K H S L
Decimal 236 53 1 0 0.78 1.00 0.07 13.28 0.99 0.46
Hex EC 35 1 0 4E 64 7 D 63 2E
Octal 354 65 1 0 116 144 7 15 143 56
Binary 11101100 110101 1 0 1001110 1100100 111 1101 1100011 101110

Color Harmonies of #EC3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3501

Black with #EC3501

Text Example


Text Example

White with #EC3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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