Html Css Color HEX #ED3C12 Orange Red

📋 copy color: '#ED3C12'

red 237 ◦ green 60 ◦ blue 18

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

Shades of Orange Red #ED3C12

Tints of Orange Red #ED3C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 75.24%
G = 19.05%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED3C12 (or 0xED3C12) is known color: Orange Red. HEX triplet: ED, 3C and 12. RGB value is (237,60,18). Sum of RGB (Red+Green+Blue) = 237+60+18=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3C12 is #12C3ED. Grayscale: #6C6C6C. Windows color (decimal): -1229806 or 1195245. OLE color: 1195245.

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

Color convert

RGB 237 60 18 -
CMYK 0 0.75 0.92 0.07
HSL 11.51º 0.86% 0.5% -
HSV(B) 11.51º 0.92% 0.93% -
XYZ 36.65 21.28 2.75 -
YUV 108.14 77.14 219.92 -
System Red Green Blue C M Y K H S L
Decimal 237 60 18 0 0.75 0.92 0.07 11.51 0.86 0.5
Hex ED 3C 12 0 4B 5C 7 C 56 32
Octal 355 74 22 0 113 134 7 14 126 62
Binary 11101101 111100 10010 0 1001011 1011100 111 1100 1010110 110010

Color Harmonies of #ED3C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3C12

Black with #ED3C12

Text Example


Text Example

White with #ED3C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3C12; }

 p { color: rgb(237,60,18); }

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

background-color css

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

 a { background-color: rgb(237,60,18); }

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

border-color css

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

 span { border-color: rgb(237,60,18); }

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