Html Css Color HEX #ED4316 Orange Red

📋 copy color: '#ED4316'

red 237 ◦ green 67 ◦ blue 22

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

Shades of Orange Red #ED4316

Tints of Orange Red #ED4316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 72.7%
G = 20.55%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED4316 (or 0xED4316) is known color: Orange Red. HEX triplet: ED, 43 and 16. RGB value is (237,67,22). Sum of RGB (Red+Green+Blue) = 237+67+22=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4316 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4316 is #12BCE9. Grayscale: #717171. Windows color (decimal): -1228010 or 1459181. OLE color: 1459181.

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

Color convert

RGB 237 67 22 -
CMYK 0 0.72 0.91 0.07
HSL 12.56º 0.86% 0.51% -
HSV(B) 12.56º 0.91% 0.93% -
XYZ 37.08 22.08 3.07 -
YUV 112.7 76.82 216.66 -
System Red Green Blue C M Y K H S L
Decimal 237 67 22 0 0.72 0.91 0.07 12.56 0.86 0.51
Hex ED 43 16 0 48 5B 7 D 56 33
Octal 355 103 26 0 110 133 7 15 126 63
Binary 11101101 1000011 10110 0 1001000 1011011 111 1101 1010110 110011

Color Harmonies of #ED4316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4316

Black with #ED4316

Text Example


Text Example

White with #ED4316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4316; }

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

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

background-color css

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

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

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

border-color css

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

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

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