Html Css Color HEX #ED4003 Orange Red

📋 copy color: '#ED4003'

red 237 ◦ green 64 ◦ blue 3

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

Shades of Orange Red #ED4003

Tints of Orange Red #ED4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 77.96%
G = 21.05%
B = 0.99%

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

#ED4003 (or 0xED4003) is known color: Orange Red. HEX triplet: ED, 40 and 03. RGB value is (237,64,3). Sum of RGB (Red+Green+Blue) = 237+64+3=304 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.96% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4003 is #12BFFC. Grayscale: #6D6D6D. Windows color (decimal): -1228797 or 213229. OLE color: 213229.

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

Color convert

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

Color Harmonies of #ED4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4003

Black with #ED4003

Text Example


Text Example

White with #ED4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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