Html Css Color HEX #ED3F03 Orange Red

📋 copy color: '#ED3F03'

red 237 ◦ green 63 ◦ blue 3

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

Shades of Orange Red #ED3F03

Tints of Orange Red #ED3F03

RGB

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

 GREEN value IS 63 (25% from 255) = 20.79%

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

R = 78.22%
G = 20.79%
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

#ED3F03 (or 0xED3F03) is known color: Orange Red. HEX triplet: ED, 3F and 03. RGB value is (237,63,3). Sum of RGB (Red+Green+Blue) = 237+63+3=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F03 is #12C0FC. Grayscale: #6C6C6C. Windows color (decimal): -1229053 or 212973. OLE color: 212973.

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

Color convert

RGB 237 63 3 -
CMYK 0 0.73 0.99 0.07
HSL 15.38º 0.98% 0.47% -
HSV(B) 15.38º 0.99% 0.93% -
XYZ 36.72 21.57 2.31 -
YUV 108.19 68.65 219.88 -
System Red Green Blue C M Y K H S L
Decimal 237 63 3 0 0.73 0.99 0.07 15.38 0.98 0.47
Hex ED 3F 3 0 49 63 7 F 62 2F
Octal 355 77 3 0 111 143 7 17 142 57
Binary 11101101 111111 11 0 1001001 1100011 111 1111 1100010 101111

Color Harmonies of #ED3F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F03

Black with #ED3F03

Text Example


Text Example

White with #ED3F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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