Html Css Color HEX #ED3500 Orange Red

📋 copy color: '#ED3500'

red 237 ◦ green 53 ◦ blue 0

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

Shades of Orange Red #ED3500

Tints of Orange Red #ED3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

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

R = 81.72%
G = 18.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ED3500 (or 0xED3500) is known color: Orange Red. HEX triplet: ED, 35 and 00. RGB value is (237,53,0). Sum of RGB (Red+Green+Blue) = 237+53+0=290 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.72% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3500 is #12CAFF. Grayscale: #666666. Windows color (decimal): -1231616 or 13805. OLE color: 13805.

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

Color convert

RGB 237 53 0 -
CMYK 0 0.78 1 0.07
HSL 13.42º 1% 0.46% -
HSV(B) 13.42º 1% 0.93% -
XYZ 36.2 20.55 2.06 -
YUV 101.97 70.46 224.31 -
System Red Green Blue C M Y K H S L
Decimal 237 53 0 0 0.78 1 0.07 13.42 1 0.46
Hex ED 35 0 0 4E 64 7 D 64 2E
Octal 355 65 0 0 116 144 7 15 144 56
Binary 11101101 110101 0 0 1001110 1100100 111 1101 1100100 101110

Color Harmonies of #ED3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3500

Black with #ED3500

Text Example


Text Example

White with #ED3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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