Html Css Color HEX #ED400D Orange Red

📋 copy color: '#ED400D'

red 237 ◦ green 64 ◦ blue 13

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

Shades of Orange Red #ED400D

Tints of Orange Red #ED400D

RGB

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

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

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

R = 75.48%
G = 20.38%
B = 4.14%

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

#ED400D (or 0xED400D) is known color: Orange Red. HEX triplet: ED, 40 and 0D. RGB value is (237,64,13). Sum of RGB (Red+Green+Blue) = 237+64+13=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED400D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED400D is #12BFF2. Grayscale: #6E6E6E. Windows color (decimal): -1228787 or 868589. OLE color: 868589.

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

Color convert

RGB 237 64 13 -
CMYK 0 0.73 0.95 0.07
HSL 13.66º 0.9% 0.49% -
HSV(B) 13.66º 0.95% 0.93% -
XYZ 36.83 21.7 2.63 -
YUV 109.91 73.31 218.65 -
System Red Green Blue C M Y K H S L
Decimal 237 64 13 0 0.73 0.95 0.07 13.66 0.9 0.49
Hex ED 40 D 0 49 5F 7 E 5A 31
Octal 355 100 15 0 111 137 7 16 132 61
Binary 11101101 1000000 1101 0 1001001 1011111 111 1110 1011010 110001

Color Harmonies of #ED400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED400D

Black with #ED400D

Text Example


Text Example

White with #ED400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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