Html Css Color HEX #EC450D Orange Red

📋 copy color: '#EC450D'

red 236 ◦ green 69 ◦ blue 13

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

Shades of Orange Red #EC450D

Tints of Orange Red #EC450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 74.21%
G = 21.7%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC450D (or 0xEC450D) is known color: Orange Red. HEX triplet: EC, 45 and 0D. RGB value is (236,69,13). Sum of RGB (Red+Green+Blue) = 236+69+13=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC450D is #13BAF2. Grayscale: #707070. Windows color (decimal): -1293043 or 869868. OLE color: 869868.

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

Color convert

RGB 236 69 13 -
CMYK 0 0.71 0.94 0.07
HSL 15.07º 0.9% 0.49% -
HSV(B) 15.07º 0.94% 0.93% -
XYZ 36.79 22.12 2.71 -
YUV 112.55 71.83 216.05 -
System Red Green Blue C M Y K H S L
Decimal 236 69 13 0 0.71 0.94 0.07 15.07 0.9 0.49
Hex EC 45 D 0 47 5E 7 F 5A 31
Octal 354 105 15 0 107 136 7 17 132 61
Binary 11101100 1000101 1101 0 1000111 1011110 111 1111 1011010 110001

Color Harmonies of #EC450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC450D

Black with #EC450D

Text Example


Text Example

White with #EC450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC450D; }

 p { color: rgb(236,69,13); }

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

background-color css

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

 a { background-color: rgb(236,69,13); }

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

border-color css

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

 span { border-color: rgb(236,69,13); }

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