Html Css Color HEX #ED4002 Orange Red

📋 copy color: '#ED4002'

red 237 ◦ green 64 ◦ blue 2

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

Shades of Orange Red #ED4002

Tints of Orange Red #ED4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

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

R = 78.22%
G = 21.12%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED4002 (or 0xED4002) is known color: Orange Red. HEX triplet: ED, 40 and 02. RGB value is (237,64,2). Sum of RGB (Red+Green+Blue) = 237+64+2=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4002 is #12BFFD. Grayscale: #6D6D6D. Windows color (decimal): -1228798 or 147693. OLE color: 147693.

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

Color convert

RGB 237 64 2 -
CMYK 0 0.73 0.99 0.07
HSL 15.83º 0.98% 0.47% -
HSV(B) 15.83º 0.99% 0.93% -
XYZ 36.77 21.68 2.3 -
YUV 108.66 67.81 219.54 -
System Red Green Blue C M Y K H S L
Decimal 237 64 2 0 0.73 0.99 0.07 15.83 0.98 0.47
Hex ED 40 2 0 49 63 7 10 62 2F
Octal 355 100 2 0 111 143 7 20 142 57
Binary 11101101 1000000 10 0 1001001 1100011 111 10000 1100010 101111

Color Harmonies of #ED4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4002

Black with #ED4002

Text Example


Text Example

White with #ED4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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