Html Css Color HEX #ED3702 Orange Red

📋 copy color: '#ED3702'

red 237 ◦ green 55 ◦ blue 2

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

Shades of Orange Red #ED3702

Tints of Orange Red #ED3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.71%

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

R = 80.61%
G = 18.71%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3702 (or 0xED3702) is known color: Orange Red. HEX triplet: ED, 37 and 02. RGB value is (237,55,2). Sum of RGB (Red+Green+Blue) = 237+55+2=294 (38% of max value = 765). Red value is 237 (92.97% from 255 or 80.61% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3702 is #12C8FD. Grayscale: #676767. Windows color (decimal): -1231102 or 145389. OLE color: 145389.

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

Color convert

RGB 237 55 2 -
CMYK 0 0.77 0.99 0.07
HSL 13.53º 0.98% 0.47% -
HSV(B) 13.53º 0.99% 0.93% -
XYZ 36.3 20.74 2.15 -
YUV 103.38 70.8 223.31 -
System Red Green Blue C M Y K H S L
Decimal 237 55 2 0 0.77 0.99 0.07 13.53 0.98 0.47
Hex ED 37 2 0 4D 63 7 E 62 2F
Octal 355 67 2 0 115 143 7 16 142 57
Binary 11101101 110111 10 0 1001101 1100011 111 1110 1100010 101111

Color Harmonies of #ED3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3702

Black with #ED3702

Text Example


Text Example

White with #ED3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3702; }

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

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

background-color css

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

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

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

border-color css

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

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

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