Html Css Color HEX #ED3F15 Orange Red

📋 copy color: '#ED3F15'

red 237 ◦ green 63 ◦ blue 21

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

Shades of Orange Red #ED3F15

Tints of Orange Red #ED3F15

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 73.83%
G = 19.63%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#ED3F15 (or 0xED3F15) is known color: Orange Red. HEX triplet: ED, 3F and 15. RGB value is (237,63,21). Sum of RGB (Red+Green+Blue) = 237+63+21=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F15 is #12C0EA. Grayscale: #6E6E6E. Windows color (decimal): -1229035 or 1392621. OLE color: 1392621.

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

Color convert

RGB 237 63 21 -
CMYK 0 0.73 0.91 0.07
HSL 11.67º 0.86% 0.51% -
HSV(B) 11.67º 0.91% 0.93% -
XYZ 36.84 21.61 2.94 -
YUV 110.24 77.65 218.42 -
System Red Green Blue C M Y K H S L
Decimal 237 63 21 0 0.73 0.91 0.07 11.67 0.86 0.51
Hex ED 3F 15 0 49 5B 7 C 56 33
Octal 355 77 25 0 111 133 7 14 126 63
Binary 11101101 111111 10101 0 1001001 1011011 111 1100 1010110 110011

Color Harmonies of #ED3F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F15

Black with #ED3F15

Text Example


Text Example

White with #ED3F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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