Html Css Color HEX #ED360B Orange Red

📋 copy color: '#ED360B'

red 237 ◦ green 54 ◦ blue 11

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

Shades of Orange Red #ED360B

Tints of Orange Red #ED360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.64%

R = 78.48%
G = 17.88%
B = 3.64%

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

#ED360B (or 0xED360B) is known color: Orange Red. HEX triplet: ED, 36 and 0B. RGB value is (237,54,11). Sum of RGB (Red+Green+Blue) = 237+54+11=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED360B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED360B is #12C9F4. Grayscale: #686868. Windows color (decimal): -1231349 or 734957. OLE color: 734957.

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

Color convert

RGB 237 54 11 -
CMYK 0 0.77 0.95 0.07
HSL 11.42º 0.91% 0.49% -
HSV(B) 11.42º 0.95% 0.93% -
XYZ 36.3 20.67 2.39 -
YUV 103.82 75.63 223 -
System Red Green Blue C M Y K H S L
Decimal 237 54 11 0 0.77 0.95 0.07 11.42 0.91 0.49
Hex ED 36 B 0 4D 5F 7 B 5B 31
Octal 355 66 13 0 115 137 7 13 133 61
Binary 11101101 110110 1011 0 1001101 1011111 111 1011 1011011 110001

Color Harmonies of #ED360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED360B

Black with #ED360B

Text Example


Text Example

White with #ED360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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