Html Css Color HEX #ED3502 Orange Red

📋 copy color: '#ED3502'

red 237 ◦ green 53 ◦ blue 2

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

Shades of Orange Red #ED3502

Tints of Orange Red #ED3502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 81.16%
G = 18.15%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3502 (or 0xED3502) is known color: Orange Red. HEX triplet: ED, 35 and 02. RGB value is (237,53,2). Sum of RGB (Red+Green+Blue) = 237+53+2=292 (38% of max value = 765). Red value is 237 (92.97% from 255 or 81.16% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3502 is #12CAFD. Grayscale: #666666. Windows color (decimal): -1231614 or 144877. OLE color: 144877.

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

Color convert

RGB 237 53 2 -
CMYK 0 0.78 0.99 0.07
HSL 13.02º 0.98% 0.47% -
HSV(B) 13.02º 0.99% 0.93% -
XYZ 36.21 20.56 2.12 -
YUV 102.2 71.46 224.15 -
System Red Green Blue C M Y K H S L
Decimal 237 53 2 0 0.78 0.99 0.07 13.02 0.98 0.47
Hex ED 35 2 0 4E 63 7 D 62 2F
Octal 355 65 2 0 116 143 7 15 142 57
Binary 11101101 110101 10 0 1001110 1100011 111 1101 1100010 101111

Color Harmonies of #ED3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3502

Black with #ED3502

Text Example


Text Example

White with #ED3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3502; }

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

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

background-color css

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

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

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

border-color css

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

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

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