Html Css Color HEX #EC3F02 Orange Red

📋 copy color: '#EC3F02'

red 236 ◦ green 63 ◦ blue 2

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

Shades of Orange Red #EC3F02

Tints of Orange Red #EC3F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 78.41%
G = 20.93%
B = 0.66%

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

#EC3F02 (or 0xEC3F02) is known color: Orange Red. HEX triplet: EC, 3F and 02. RGB value is (236,63,2). Sum of RGB (Red+Green+Blue) = 236+63+2=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3F02 is #13C0FD. Grayscale: #6C6C6C. Windows color (decimal): -1294590 or 147436. OLE color: 147436.

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

Color convert

RGB 236 63 2 -
CMYK 0 0.73 0.99 0.07
HSL 15.64º 0.98% 0.47% -
HSV(B) 15.64º 0.99% 0.93% -
XYZ 36.38 21.39 2.27 -
YUV 107.77 68.31 219.46 -
System Red Green Blue C M Y K H S L
Decimal 236 63 2 0 0.73 0.99 0.07 15.64 0.98 0.47
Hex EC 3F 2 0 49 63 7 10 62 2F
Octal 354 77 2 0 111 143 7 20 142 57
Binary 11101100 111111 10 0 1001001 1100011 111 10000 1100010 101111

Color Harmonies of #EC3F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F02

Black with #EC3F02

Text Example


Text Example

White with #EC3F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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