Html Css Color HEX #EC3F00 Orange Red

📋 copy color: '#EC3F00'

red 236 ◦ green 63 ◦ blue 0

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

Shades of Orange Red #EC3F00

Tints of Orange Red #EC3F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.93%
G = 21.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC3F00 (or 0xEC3F00) is known color: Orange Red. HEX triplet: EC, 3F and 00. RGB value is (236,63,0). Sum of RGB (Red+Green+Blue) = 236+63+0=299 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.93% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F00 is #13C0FF. Grayscale: #6B6B6B. Windows color (decimal): -1294592 or 16364. OLE color: 16364.

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

Color convert

RGB 236 63 0 -
CMYK 0 0.73 1 0.07
HSL 16.02º 1% 0.46% -
HSV(B) 16.02º 1% 0.93% -
XYZ 36.37 21.39 2.21 -
YUV 107.55 67.31 219.62 -
System Red Green Blue C M Y K H S L
Decimal 236 63 0 0 0.73 1 0.07 16.02 1 0.46
Hex EC 3F 0 0 49 64 7 10 64 2E
Octal 354 77 0 0 111 144 7 20 144 56
Binary 11101100 111111 0 0 1001001 1100100 111 10000 1100100 101110

Color Harmonies of #EC3F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F00

Black with #EC3F00

Text Example


Text Example

White with #EC3F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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