Html Css Color HEX #EC3804 Orange Red

📋 copy color: '#EC3804'

red 236 ◦ green 56 ◦ blue 4

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

Shades of Orange Red #EC3804

Tints of Orange Red #EC3804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.92%

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

R = 79.73%
G = 18.92%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC3804 (or 0xEC3804) is known color: Orange Red. HEX triplet: EC, 38 and 04. RGB value is (236,56,4). Sum of RGB (Red+Green+Blue) = 236+56+4=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3804 is #13C7FB. Grayscale: #686868. Windows color (decimal): -1296380 or 276716. OLE color: 276716.

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

Color convert

RGB 236 56 4 -
CMYK 0 0.76 0.98 0.07
HSL 13.45º 0.97% 0.47% -
HSV(B) 13.45º 0.98% 0.93% -
XYZ 36.03 20.67 2.21 -
YUV 103.89 71.63 222.23 -
System Red Green Blue C M Y K H S L
Decimal 236 56 4 0 0.76 0.98 0.07 13.45 0.97 0.47
Hex EC 38 4 0 4C 62 7 D 61 2F
Octal 354 70 4 0 114 142 7 15 141 57
Binary 11101100 111000 100 0 1001100 1100010 111 1101 1100001 101111

Color Harmonies of #EC3804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3804

Black with #EC3804

Text Example


Text Example

White with #EC3804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3804; }

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

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

background-color css

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

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

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

border-color css

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

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

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