Html Css Color HEX #EC4315 Orange Red

📋 copy color: '#EC4315'

red 236 ◦ green 67 ◦ blue 21

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

Shades of Orange Red #EC4315

Tints of Orange Red #EC4315

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 72.84%
G = 20.68%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EC4315 (or 0xEC4315) is known color: Orange Red. HEX triplet: EC, 43 and 15. RGB value is (236,67,21). Sum of RGB (Red+Green+Blue) = 236+67+21=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4315 is #13BCEA. Grayscale: #707070. Windows color (decimal): -1293547 or 1393644. OLE color: 1393644.

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

Color convert

RGB 236 67 21 -
CMYK 0 0.72 0.91 0.07
HSL 12.84º 0.85% 0.5% -
HSV(B) 12.84º 0.91% 0.93% -
XYZ 36.73 21.9 3 -
YUV 112.29 76.49 216.24 -
System Red Green Blue C M Y K H S L
Decimal 236 67 21 0 0.72 0.91 0.07 12.84 0.85 0.5
Hex EC 43 15 0 48 5B 7 D 55 32
Octal 354 103 25 0 110 133 7 15 125 62
Binary 11101100 1000011 10101 0 1001000 1011011 111 1101 1010101 110010

Color Harmonies of #EC4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4315

Black with #EC4315

Text Example


Text Example

White with #EC4315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4315; }

 p { color: rgb(236,67,21); }

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

background-color css

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

 a { background-color: rgb(236,67,21); }

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

border-color css

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

 span { border-color: rgb(236,67,21); }

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