Html Css Color HEX #ED370C Orange Red

📋 copy color: '#ED370C'

red 237 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #ED370C

Tints of Orange Red #ED370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.09%

 BLUE value IS 12 (5.08% from 255) = 3.95%

R = 77.96%
G = 18.09%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED370C (or 0xED370C) is known color: Orange Red. HEX triplet: ED, 37 and 0C. RGB value is (237,55,12). Sum of RGB (Red+Green+Blue) = 237+55+12=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED370C is #12C8F3. Grayscale: #686868. Windows color (decimal): -1231092 or 800749. OLE color: 800749.

HSL color Cylindrical-coordinate representation of color #ED370C: hue angle of 11.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED370C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 55 12 -
CMYK 0 0.77 0.95 0.07
HSL 11.47º 0.9% 0.49% -
HSV(B) 11.47º 0.95% 0.93% -
XYZ 36.36 20.76 2.44 -
YUV 104.52 75.8 222.5 -
System Red Green Blue C M Y K H S L
Decimal 237 55 12 0 0.77 0.95 0.07 11.47 0.9 0.49
Hex ED 37 C 0 4D 5F 7 B 5A 31
Octal 355 67 14 0 115 137 7 13 132 61
Binary 11101101 110111 1100 0 1001101 1011111 111 1011 1011010 110001

Color Harmonies of #ED370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED370C

Black with #ED370C

Text Example


Text Example

White with #ED370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED370C; }

 p { color: rgb(237,55,12); }

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

background-color css

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

 a { background-color: rgb(237,55,12); }

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

border-color css

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

 span { border-color: rgb(237,55,12); }

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