Html Css Color HEX #EC3803 Orange Red

📋 copy color: '#EC3803'

red 236 ◦ green 56 ◦ blue 3

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

Shades of Orange Red #EC3803

Tints of Orange Red #EC3803

RGB

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

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

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

R = 80%
G = 18.98%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3803 (or 0xEC3803) is known color: Orange Red. HEX triplet: EC, 38 and 03. RGB value is (236,56,3). Sum of RGB (Red+Green+Blue) = 236+56+3=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3803 is #13C7FC. Grayscale: #686868. Windows color (decimal): -1296381 or 211180. OLE color: 211180.

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

Color convert

RGB 236 56 3 -
CMYK 0 0.76 0.99 0.07
HSL 13.65º 0.97% 0.47% -
HSV(B) 13.65º 0.99% 0.93% -
XYZ 36.02 20.67 2.18 -
YUV 103.78 71.13 222.31 -
System Red Green Blue C M Y K H S L
Decimal 236 56 3 0 0.76 0.99 0.07 13.65 0.97 0.47
Hex EC 38 3 0 4C 63 7 E 61 2F
Octal 354 70 3 0 114 143 7 16 141 57
Binary 11101100 111000 11 0 1001100 1100011 111 1110 1100001 101111

Color Harmonies of #EC3803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3803

Black with #EC3803

Text Example


Text Example

White with #EC3803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3803; }

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

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

background-color css

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

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

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

border-color css

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

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

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