Html Css Color HEX #EC4212 Orange Red

📋 copy color: '#EC4212'

red 236 ◦ green 66 ◦ blue 18

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

Shades of Orange Red #EC4212

Tints of Orange Red #EC4212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 73.75%
G = 20.63%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC4212 (or 0xEC4212) is known color: Orange Red. HEX triplet: EC, 42 and 12. RGB value is (236,66,18). Sum of RGB (Red+Green+Blue) = 236+66+18=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4212 is #13BDED. Grayscale: #6F6F6F. Windows color (decimal): -1293806 or 1196780. OLE color: 1196780.

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

Color convert

RGB 236 66 18 -
CMYK 0 0.72 0.92 0.07
HSL 13.21º 0.86% 0.5% -
HSV(B) 13.21º 0.92% 0.93% -
XYZ 36.65 21.77 2.84 -
YUV 111.36 75.32 216.9 -
System Red Green Blue C M Y K H S L
Decimal 236 66 18 0 0.72 0.92 0.07 13.21 0.86 0.5
Hex EC 42 12 0 48 5C 7 D 56 32
Octal 354 102 22 0 110 134 7 15 126 62
Binary 11101100 1000010 10010 0 1001000 1011100 111 1101 1010110 110010

Color Harmonies of #EC4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4212

Black with #EC4212

Text Example


Text Example

White with #EC4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4212; }

 p { color: rgb(236,66,18); }

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

background-color css

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

 a { background-color: rgb(236,66,18); }

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

border-color css

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

 span { border-color: rgb(236,66,18); }

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