Html Css Color HEX #ED4203 Orange Red

📋 copy color: '#ED4203'

red 237 ◦ green 66 ◦ blue 3

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

Shades of Orange Red #ED4203

Tints of Orange Red #ED4203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.57%

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

R = 77.45%
G = 21.57%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED4203 (or 0xED4203) is known color: Orange Red. HEX triplet: ED, 42 and 03. RGB value is (237,66,3). Sum of RGB (Red+Green+Blue) = 237+66+3=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4203 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4203 is #12BDFC. Grayscale: #6E6E6E. Windows color (decimal): -1228285 or 213741. OLE color: 213741.

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

Color convert

RGB 237 66 3 -
CMYK 0 0.72 0.99 0.07
HSL 16.15º 0.98% 0.47% -
HSV(B) 16.15º 0.99% 0.93% -
XYZ 36.89 21.91 2.37 -
YUV 109.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 237 66 3 0 0.72 0.99 0.07 16.15 0.98 0.47
Hex ED 42 3 0 48 63 7 10 62 2F
Octal 355 102 3 0 110 143 7 20 142 57
Binary 11101101 1000010 11 0 1001000 1100011 111 10000 1100010 101111

Color Harmonies of #ED4203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4203

Black with #ED4203

Text Example


Text Example

White with #ED4203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4203; }

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

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

background-color css

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

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

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

border-color css

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

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

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