Html Css Color HEX #ED360C Orange Red

📋 copy color: '#ED360C'

red 237 ◦ green 54 ◦ blue 12

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

Shades of Orange Red #ED360C

Tints of Orange Red #ED360C

RGB

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

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

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

R = 78.22%
G = 17.82%
B = 3.96%

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

#ED360C (or 0xED360C) is known color: Orange Red. HEX triplet: ED, 36 and 0C. RGB value is (237,54,12). Sum of RGB (Red+Green+Blue) = 237+54+12=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED360C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED360C is #12C9F3. Grayscale: #686868. Windows color (decimal): -1231348 or 800493. OLE color: 800493.

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

Color convert

RGB 237 54 12 -
CMYK 0 0.77 0.95 0.07
HSL 11.2º 0.9% 0.49% -
HSV(B) 11.2º 0.95% 0.93% -
XYZ 36.31 20.67 2.42 -
YUV 103.93 76.13 222.92 -
System Red Green Blue C M Y K H S L
Decimal 237 54 12 0 0.77 0.95 0.07 11.2 0.9 0.49
Hex ED 36 C 0 4D 5F 7 B 5A 31
Octal 355 66 14 0 115 137 7 13 132 61
Binary 11101101 110110 1100 0 1001101 1011111 111 1011 1011010 110001

Color Harmonies of #ED360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED360C

Black with #ED360C

Text Example


Text Example

White with #ED360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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