Html Css Color HEX #ED4215 Orange Red

📋 copy color: '#ED4215'

red 237 ◦ green 66 ◦ blue 21

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

Shades of Orange Red #ED4215

Tints of Orange Red #ED4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 73.15%
G = 20.37%
B = 6.48%

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

#ED4215 (or 0xED4215) is known color: Orange Red. HEX triplet: ED, 42 and 15. RGB value is (237,66,21). Sum of RGB (Red+Green+Blue) = 237+66+21=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4215 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4215 is #12BDEA. Grayscale: #707070. Windows color (decimal): -1228267 or 1393389. OLE color: 1393389.

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

Color convert

RGB 237 66 21 -
CMYK 0 0.72 0.91 0.07
HSL 12.5º 0.86% 0.51% -
HSV(B) 12.5º 0.91% 0.93% -
XYZ 37.01 21.96 3 -
YUV 112 76.65 217.16 -
System Red Green Blue C M Y K H S L
Decimal 237 66 21 0 0.72 0.91 0.07 12.5 0.86 0.51
Hex ED 42 15 0 48 5B 7 C 56 33
Octal 355 102 25 0 110 133 7 14 126 63
Binary 11101101 1000010 10101 0 1001000 1011011 111 1100 1010110 110011

Color Harmonies of #ED4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4215

Black with #ED4215

Text Example


Text Example

White with #ED4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4215; }

 p { color: rgb(237,66,21); }

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

background-color css

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

 a { background-color: rgb(237,66,21); }

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

border-color css

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

 span { border-color: rgb(237,66,21); }

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