Html Css Color HEX #EC3F03 Orange Red

📋 copy color: '#EC3F03'

red 236 ◦ green 63 ◦ blue 3

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

Shades of Orange Red #EC3F03

Tints of Orange Red #EC3F03

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 78.15%
G = 20.86%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC3F03 (or 0xEC3F03) is known color: Orange Red. HEX triplet: EC, 3F and 03. RGB value is (236,63,3). Sum of RGB (Red+Green+Blue) = 236+63+3=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F03 is #13C0FC. Grayscale: #6C6C6C. Windows color (decimal): -1294589 or 212972. OLE color: 212972.

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

Color convert

RGB 236 63 3 -
CMYK 0 0.73 0.99 0.07
HSL 15.45º 0.97% 0.47% -
HSV(B) 15.45º 0.99% 0.93% -
XYZ 36.39 21.39 2.3 -
YUV 107.89 68.81 219.38 -
System Red Green Blue C M Y K H S L
Decimal 236 63 3 0 0.73 0.99 0.07 15.45 0.97 0.47
Hex EC 3F 3 0 49 63 7 F 61 2F
Octal 354 77 3 0 111 143 7 17 141 57
Binary 11101100 111111 11 0 1001001 1100011 111 1111 1100001 101111

Color Harmonies of #EC3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F03

Black with #EC3F03

Text Example


Text Example

White with #EC3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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