Html Css Color HEX #ED3F12 Orange Red

📋 copy color: '#ED3F12'

red 237 ◦ green 63 ◦ blue 18

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

Shades of Orange Red #ED3F12

Tints of Orange Red #ED3F12

RGB

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

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

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

R = 74.53%
G = 19.81%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED3F12 (or 0xED3F12) is known color: Orange Red. HEX triplet: ED, 3F and 12. RGB value is (237,63,18). Sum of RGB (Red+Green+Blue) = 237+63+18=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F12 is #12C0ED. Grayscale: #6E6E6E. Windows color (decimal): -1229038 or 1196013. OLE color: 1196013.

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

Color convert

RGB 237 63 18 -
CMYK 0 0.73 0.92 0.07
HSL 12.33º 0.86% 0.5% -
HSV(B) 12.33º 0.92% 0.93% -
XYZ 36.81 21.6 2.8 -
YUV 109.9 76.15 218.66 -
System Red Green Blue C M Y K H S L
Decimal 237 63 18 0 0.73 0.92 0.07 12.33 0.86 0.5
Hex ED 3F 12 0 49 5C 7 C 56 32
Octal 355 77 22 0 111 134 7 14 126 62
Binary 11101101 111111 10010 0 1001001 1011100 111 1100 1010110 110010

Color Harmonies of #ED3F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F12

Black with #ED3F12

Text Example


Text Example

White with #ED3F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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