Html Css Color HEX #EC3604 Orange Red

📋 copy color: '#EC3604'

red 236 ◦ green 54 ◦ blue 4

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

Shades of Orange Red #EC3604

Tints of Orange Red #EC3604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.36%

R = 80.27%
G = 18.37%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC3604 (or 0xEC3604) is known color: Orange Red. HEX triplet: EC, 36 and 04. RGB value is (236,54,4). Sum of RGB (Red+Green+Blue) = 236+54+4=294 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.27% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3604 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3604 is #13C9FB. Grayscale: #676767. Windows color (decimal): -1296892 or 276204. OLE color: 276204.

HSL color Cylindrical-coordinate representation of color #EC3604: hue angle of 12.93º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC3604 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 54 4 -
CMYK 0 0.77 0.98 0.07
HSL 12.93º 0.97% 0.47% -
HSV(B) 12.93º 0.98% 0.93% -
XYZ 35.93 20.48 2.17 -
YUV 102.72 72.3 223.07 -
System Red Green Blue C M Y K H S L
Decimal 236 54 4 0 0.77 0.98 0.07 12.93 0.97 0.47
Hex EC 36 4 0 4D 62 7 D 61 2F
Octal 354 66 4 0 115 142 7 15 141 57
Binary 11101100 110110 100 0 1001101 1100010 111 1101 1100001 101111

Color Harmonies of #EC3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3604

Black with #EC3604

Text Example


Text Example

White with #EC3604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3604; }

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

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

background-color css

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

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

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

border-color css

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

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

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