Html Css Color HEX #ED450B Orange Red

📋 copy color: '#ED450B'

red 237 ◦ green 69 ◦ blue 11

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

Shades of Orange Red #ED450B

Tints of Orange Red #ED450B

RGB

 RED value IS 237 (92.97% from 255) = 74.76%

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

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

R = 74.76%
G = 21.77%
B = 3.47%

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

#ED450B (or 0xED450B) is known color: Orange Red. HEX triplet: ED, 45 and 0B. RGB value is (237,69,11). Sum of RGB (Red+Green+Blue) = 237+69+11=317 (41% of max value = 765). Red value is 237 (92.97% from 255 or 74.76% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 237 - color contains mainly: red. Hex color #ED450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED450B is #12BAF4. Grayscale: #717171. Windows color (decimal): -1227509 or 738797. OLE color: 738797.

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

Color convert

RGB 237 69 11 -
CMYK 0 0.71 0.95 0.07
HSL 15.4º 0.91% 0.49% -
HSV(B) 15.4º 0.95% 0.93% -
XYZ 37.11 22.28 2.66 -
YUV 112.62 70.66 216.72 -
System Red Green Blue C M Y K H S L
Decimal 237 69 11 0 0.71 0.95 0.07 15.4 0.91 0.49
Hex ED 45 B 0 47 5F 7 F 5B 31
Octal 355 105 13 0 107 137 7 17 133 61
Binary 11101101 1000101 1011 0 1000111 1011111 111 1111 1011011 110001

Color Harmonies of #ED450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED450B

Black with #ED450B

Text Example


Text Example

White with #ED450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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