Html Css Color HEX #ED3F08 Orange Red

📋 copy color: '#ED3F08'

red 237 ◦ green 63 ◦ blue 8

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

Shades of Orange Red #ED3F08

Tints of Orange Red #ED3F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.6%

R = 76.95%
G = 20.45%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED3F08 (or 0xED3F08) is known color: Orange Red. HEX triplet: ED, 3F and 08. RGB value is (237,63,8). Sum of RGB (Red+Green+Blue) = 237+63+8=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F08 is #12C0F7. Grayscale: #6D6D6D. Windows color (decimal): -1229048 or 540653. OLE color: 540653.

HSL color Cylindrical-coordinate representation of color #ED3F08: hue angle of 14.41º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED3F08 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 63 8 -
CMYK 0 0.73 0.97 0.07
HSL 14.41º 0.93% 0.48% -
HSV(B) 14.41º 0.97% 0.93% -
XYZ 36.75 21.58 2.46 -
YUV 108.76 71.15 219.47 -
System Red Green Blue C M Y K H S L
Decimal 237 63 8 0 0.73 0.97 0.07 14.41 0.93 0.48
Hex ED 3F 8 0 49 61 7 E 5D 30
Octal 355 77 10 0 111 141 7 16 135 60
Binary 11101101 111111 1000 0 1001001 1100001 111 1110 1011101 110000

Color Harmonies of #ED3F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3F08

Black with #ED3F08

Text Example


Text Example

White with #ED3F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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