Html Css Color HEX #ED360A Orange Red

📋 copy color: '#ED360A'

red 237 ◦ green 54 ◦ blue 10

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

Shades of Orange Red #ED360A

Tints of Orange Red #ED360A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.94%

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

R = 78.74%
G = 17.94%
B = 3.32%

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

#ED360A (or 0xED360A) is known color: Orange Red. HEX triplet: ED, 36 and 0A. RGB value is (237,54,10). Sum of RGB (Red+Green+Blue) = 237+54+10=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED360A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED360A is #12C9F5. Grayscale: #686868. Windows color (decimal): -1231350 or 669421. OLE color: 669421.

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

Color convert

RGB 237 54 10 -
CMYK 0 0.77 0.96 0.07
HSL 11.63º 0.92% 0.48% -
HSV(B) 11.63º 0.96% 0.93% -
XYZ 36.3 20.66 2.36 -
YUV 103.7 75.13 223.08 -
System Red Green Blue C M Y K H S L
Decimal 237 54 10 0 0.77 0.96 0.07 11.63 0.92 0.48
Hex ED 36 A 0 4D 60 7 C 5C 30
Octal 355 66 12 0 115 140 7 14 134 60
Binary 11101101 110110 1010 0 1001101 1100000 111 1100 1011100 110000

Color Harmonies of #ED360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED360A

Black with #ED360A

Text Example


Text Example

White with #ED360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED360A; }

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

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

background-color css

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

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

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

border-color css

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

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

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