Html Css Color HEX #ED370A Orange Red

📋 copy color: '#ED370A'

red 237 ◦ green 55 ◦ blue 10

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

Shades of Orange Red #ED370A

Tints of Orange Red #ED370A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 78.48%
G = 18.21%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED370A (or 0xED370A) is known color: Orange Red. HEX triplet: ED, 37 and 0A. RGB value is (237,55,10). Sum of RGB (Red+Green+Blue) = 237+55+10=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED370A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED370A is #12C8F5. Grayscale: #686868. Windows color (decimal): -1231094 or 669677. OLE color: 669677.

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

Color convert

RGB 237 55 10 -
CMYK 0 0.77 0.96 0.07
HSL 11.89º 0.92% 0.48% -
HSV(B) 11.89º 0.96% 0.93% -
XYZ 36.35 20.76 2.38 -
YUV 104.29 74.8 222.66 -
System Red Green Blue C M Y K H S L
Decimal 237 55 10 0 0.77 0.96 0.07 11.89 0.92 0.48
Hex ED 37 A 0 4D 60 7 C 5C 30
Octal 355 67 12 0 115 140 7 14 134 60
Binary 11101101 110111 1010 0 1001101 1100000 111 1100 1011100 110000

Color Harmonies of #ED370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED370A

Black with #ED370A

Text Example


Text Example

White with #ED370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED370A; }

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

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

background-color css

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

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

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

border-color css

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

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

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