Html Css Color HEX #ED3E03 Orange Red

📋 copy color: '#ED3E03'

red 237 ◦ green 62 ◦ blue 3

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

Shades of Orange Red #ED3E03

Tints of Orange Red #ED3E03

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.53%

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

R = 78.48%
G = 20.53%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED3E03 (or 0xED3E03) is known color: Orange Red. HEX triplet: ED, 3E and 03. RGB value is (237,62,3). Sum of RGB (Red+Green+Blue) = 237+62+3=302 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.48% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E03 is #12C1FC. Grayscale: #6C6C6C. Windows color (decimal): -1229309 or 212717. OLE color: 212717.

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

Color convert

RGB 237 62 3 -
CMYK 0 0.74 0.99 0.07
HSL 15.13º 0.98% 0.47% -
HSV(B) 15.13º 0.99% 0.93% -
XYZ 36.66 21.46 2.3 -
YUV 107.6 68.98 220.3 -
System Red Green Blue C M Y K H S L
Decimal 237 62 3 0 0.74 0.99 0.07 15.13 0.98 0.47
Hex ED 3E 3 0 4A 63 7 F 62 2F
Octal 355 76 3 0 112 143 7 17 142 57
Binary 11101101 111110 11 0 1001010 1100011 111 1111 1100010 101111

Color Harmonies of #ED3E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3E03

Black with #ED3E03

Text Example


Text Example

White with #ED3E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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