Html Css Color HEX #EC3D07 Orange Red

📋 copy color: '#EC3D07'

red 236 ◦ green 61 ◦ blue 7

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

Shades of Orange Red #EC3D07

Tints of Orange Red #EC3D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 77.63%
G = 20.07%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC3D07 (or 0xEC3D07) is known color: Orange Red. HEX triplet: EC, 3D and 07. RGB value is (236,61,7). Sum of RGB (Red+Green+Blue) = 236+61+7=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3D07 is #13C2F8. Grayscale: #6B6B6B. Windows color (decimal): -1295097 or 474604. OLE color: 474604.

HSL color Cylindrical-coordinate representation of color #EC3D07: hue angle of 14.15º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC3D07 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 61 7 -
CMYK 0 0.74 0.97 0.07
HSL 14.15º 0.94% 0.48% -
HSV(B) 14.15º 0.97% 0.93% -
XYZ 36.3 21.19 2.38 -
YUV 107.17 71.48 219.89 -
System Red Green Blue C M Y K H S L
Decimal 236 61 7 0 0.74 0.97 0.07 14.15 0.94 0.48
Hex EC 3D 7 0 4A 61 7 E 5E 30
Octal 354 75 7 0 112 141 7 16 136 60
Binary 11101100 111101 111 0 1001010 1100001 111 1110 1011110 110000

Color Harmonies of #EC3D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D07

Black with #EC3D07

Text Example


Text Example

White with #EC3D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D07; }

 p { color: rgb(236,61,7); }

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

background-color css

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

 a { background-color: rgb(236,61,7); }

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

border-color css

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

 span { border-color: rgb(236,61,7); }

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