Html Css Color HEX #ED4416 Orange Red

📋 copy color: '#ED4416'

red 237 ◦ green 68 ◦ blue 22

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

Shades of Orange Red #ED4416

Tints of Orange Red #ED4416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 72.48%
G = 20.8%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED4416 (or 0xED4416) is known color: Orange Red. HEX triplet: ED, 44 and 16. RGB value is (237,68,22). Sum of RGB (Red+Green+Blue) = 237+68+22=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4416 is #12BBE9. Grayscale: #717171. Windows color (decimal): -1227754 or 1459437. OLE color: 1459437.

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

Color convert

RGB 237 68 22 -
CMYK 0 0.71 0.91 0.07
HSL 12.84º 0.86% 0.51% -
HSV(B) 12.84º 0.91% 0.93% -
XYZ 37.14 22.2 3.09 -
YUV 113.29 76.49 216.24 -
System Red Green Blue C M Y K H S L
Decimal 237 68 22 0 0.71 0.91 0.07 12.84 0.86 0.51
Hex ED 44 16 0 47 5B 7 D 56 33
Octal 355 104 26 0 107 133 7 15 126 63
Binary 11101101 1000100 10110 0 1000111 1011011 111 1101 1010110 110011

Color Harmonies of #ED4416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4416

Black with #ED4416

Text Example


Text Example

White with #ED4416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4416; }

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

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

background-color css

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

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

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

border-color css

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

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

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