Html Css Color HEX #ED3501 Orange Red

📋 copy color: '#ED3501'

red 237 ◦ green 53 ◦ blue 1

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

Shades of Orange Red #ED3501

Tints of Orange Red #ED3501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 81.44%
G = 18.21%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#ED3501 (or 0xED3501) is known color: Orange Red. HEX triplet: ED, 35 and 01. RGB value is (237,53,1). Sum of RGB (Red+Green+Blue) = 237+53+1=291 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.44% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3501 is #12CAFE. Grayscale: #666666. Windows color (decimal): -1231615 or 79341. OLE color: 79341.

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

Color convert

RGB 237 53 1 -
CMYK 0 0.78 1.00 0.07
HSL 13.22º 0.99% 0.47% -
HSV(B) 13.22º 1% 0.93% -
XYZ 36.2 20.55 2.09 -
YUV 102.09 70.96 224.23 -
System Red Green Blue C M Y K H S L
Decimal 237 53 1 0 0.78 1.00 0.07 13.22 0.99 0.47
Hex ED 35 1 0 4E 64 7 D 63 2F
Octal 355 65 1 0 116 144 7 15 143 57
Binary 11101101 110101 1 0 1001110 1100100 111 1101 1100011 101111

Color Harmonies of #ED3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3501

Black with #ED3501

Text Example


Text Example

White with #ED3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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