Html Css Color HEX #ED440D Orange Red

📋 copy color: '#ED440D'

red 237 ◦ green 68 ◦ blue 13

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

Shades of Orange Red #ED440D

Tints of Orange Red #ED440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.38%

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

R = 74.53%
G = 21.38%
B = 4.09%

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

#ED440D (or 0xED440D) is known color: Orange Red. HEX triplet: ED, 44 and 0D. RGB value is (237,68,13). Sum of RGB (Red+Green+Blue) = 237+68+13=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED440D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED440D is #12BBF2. Grayscale: #707070. Windows color (decimal): -1227763 or 869613. OLE color: 869613.

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

Color convert

RGB 237 68 13 -
CMYK 0 0.71 0.95 0.07
HSL 14.73º 0.9% 0.49% -
HSV(B) 14.73º 0.95% 0.93% -
XYZ 37.06 22.17 2.71 -
YUV 112.26 71.99 216.97 -
System Red Green Blue C M Y K H S L
Decimal 237 68 13 0 0.71 0.95 0.07 14.73 0.9 0.49
Hex ED 44 D 0 47 5F 7 F 5A 31
Octal 355 104 15 0 107 137 7 17 132 61
Binary 11101101 1000100 1101 0 1000111 1011111 111 1111 1011010 110001

Color Harmonies of #ED440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED440D

Black with #ED440D

Text Example


Text Example

White with #ED440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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