Html Css Color HEX #ED400B Orange Red

📋 copy color: '#ED400B'

red 237 ◦ green 64 ◦ blue 11

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

Shades of Orange Red #ED400B

Tints of Orange Red #ED400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

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

R = 75.96%
G = 20.51%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED400B (or 0xED400B) is known color: Orange Red. HEX triplet: ED, 40 and 0B. RGB value is (237,64,11). Sum of RGB (Red+Green+Blue) = 237+64+11=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED400B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED400B is #12BFF4. Grayscale: #6E6E6E. Windows color (decimal): -1228789 or 737517. OLE color: 737517.

HSL color Cylindrical-coordinate representation of color #ED400B: hue angle of 14.07º 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 #ED400B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 64 11 -
CMYK 0 0.73 0.95 0.07
HSL 14.07º 0.91% 0.49% -
HSV(B) 14.07º 0.95% 0.93% -
XYZ 36.82 21.7 2.56 -
YUV 109.69 72.31 218.81 -
System Red Green Blue C M Y K H S L
Decimal 237 64 11 0 0.73 0.95 0.07 14.07 0.91 0.49
Hex ED 40 B 0 49 5F 7 E 5B 31
Octal 355 100 13 0 111 137 7 16 133 61
Binary 11101101 1000000 1011 0 1001001 1011111 111 1110 1011011 110001

Color Harmonies of #ED400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED400B

Black with #ED400B

Text Example


Text Example

White with #ED400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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