Html Css Color HEX #EC370A Orange Red

📋 copy color: '#EC370A'

red 236 ◦ green 55 ◦ blue 10

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

Shades of Orange Red #EC370A

Tints of Orange Red #EC370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 78.41%
G = 18.27%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC370A (or 0xEC370A) is known color: Orange Red. HEX triplet: EC, 37 and 0A. RGB value is (236,55,10). Sum of RGB (Red+Green+Blue) = 236+55+10=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC370A is #13C8F5. Grayscale: #686868. Windows color (decimal): -1296630 or 669676. OLE color: 669676.

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

Color convert

RGB 236 55 10 -
CMYK 0 0.77 0.96 0.07
HSL 11.95º 0.92% 0.48% -
HSV(B) 11.95º 0.96% 0.93% -
XYZ 36.01 20.59 2.36 -
YUV 103.99 74.97 222.16 -
System Red Green Blue C M Y K H S L
Decimal 236 55 10 0 0.77 0.96 0.07 11.95 0.92 0.48
Hex EC 37 A 0 4D 60 7 C 5C 30
Octal 354 67 12 0 115 140 7 14 134 60
Binary 11101100 110111 1010 0 1001101 1100000 111 1100 1011100 110000

Color Harmonies of #EC370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC370A

Black with #EC370A

Text Example


Text Example

White with #EC370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC370A; }

 p { color: rgb(236,55,10); }

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

background-color css

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

 a { background-color: rgb(236,55,10); }

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

border-color css

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

 span { border-color: rgb(236,55,10); }

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