Html Css Color HEX #ED3600 Orange Red

📋 copy color: '#ED3600'

red 237 ◦ green 54 ◦ blue 0

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

Shades of Orange Red #ED3600

Tints of Orange Red #ED3600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.44%
G = 18.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED3600 (or 0xED3600) is known color: Orange Red. HEX triplet: ED, 36 and 00. RGB value is (237,54,0). Sum of RGB (Red+Green+Blue) = 237+54+0=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3600 is #12C9FF. Grayscale: #666666. Windows color (decimal): -1231360 or 14061. OLE color: 14061.

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

Color convert

RGB 237 54 0 -
CMYK 0 0.77 1 0.07
HSL 13.67º 1% 0.46% -
HSV(B) 13.67º 1% 0.93% -
XYZ 36.24 20.64 2.07 -
YUV 102.56 70.13 223.89 -
System Red Green Blue C M Y K H S L
Decimal 237 54 0 0 0.77 1 0.07 13.67 1 0.46
Hex ED 36 0 0 4D 64 7 E 64 2E
Octal 355 66 0 0 115 144 7 16 144 56
Binary 11101101 110110 0 0 1001101 1100100 111 1110 1100100 101110

Color Harmonies of #ED3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3600

Black with #ED3600

Text Example


Text Example

White with #ED3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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