Html Css Color HEX #EC450B Orange Red

📋 copy color: '#EC450B'

red 236 ◦ green 69 ◦ blue 11

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

Shades of Orange Red #EC450B

Tints of Orange Red #EC450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.48%

R = 74.68%
G = 21.84%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC450B (or 0xEC450B) is known color: Orange Red. HEX triplet: EC, 45 and 0B. RGB value is (236,69,11). Sum of RGB (Red+Green+Blue) = 236+69+11=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC450B is #13BAF4. Grayscale: #707070. Windows color (decimal): -1293045 or 738796. OLE color: 738796.

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

Color convert

RGB 236 69 11 -
CMYK 0 0.71 0.95 0.07
HSL 15.47º 0.91% 0.48% -
HSV(B) 15.47º 0.95% 0.93% -
XYZ 36.78 22.11 2.65 -
YUV 112.32 70.83 216.22 -
System Red Green Blue C M Y K H S L
Decimal 236 69 11 0 0.71 0.95 0.07 15.47 0.91 0.48
Hex EC 45 B 0 47 5F 7 F 5B 30
Octal 354 105 13 0 107 137 7 17 133 60
Binary 11101100 1000101 1011 0 1000111 1011111 111 1111 1011011 110000

Color Harmonies of #EC450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC450B

Black with #EC450B

Text Example


Text Example

White with #EC450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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