Html Css Color HEX #ED4308 Orange Red

📋 copy color: '#ED4308'

red 237 ◦ green 67 ◦ blue 8

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

Shades of Orange Red #ED4308

Tints of Orange Red #ED4308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.47%

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

R = 75.96%
G = 21.47%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED4308 (or 0xED4308) is known color: Orange Red. HEX triplet: ED, 43 and 08. RGB value is (237,67,8). Sum of RGB (Red+Green+Blue) = 237+67+8=312 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.96% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4308 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4308 is #12BCF7. Grayscale: #6F6F6F. Windows color (decimal): -1228024 or 541677. OLE color: 541677.

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

Color convert

RGB 237 67 8 -
CMYK 0 0.72 0.97 0.07
HSL 15.46º 0.93% 0.48% -
HSV(B) 15.46º 0.97% 0.93% -
XYZ 36.98 22.04 2.53 -
YUV 111.1 69.82 217.8 -
System Red Green Blue C M Y K H S L
Decimal 237 67 8 0 0.72 0.97 0.07 15.46 0.93 0.48
Hex ED 43 8 0 48 61 7 F 5D 30
Octal 355 103 10 0 110 141 7 17 135 60
Binary 11101101 1000011 1000 0 1001000 1100001 111 1111 1011101 110000

Color Harmonies of #ED4308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4308

Black with #ED4308

Text Example


Text Example

White with #ED4308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4308; }

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

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

background-color css

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

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

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

border-color css

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

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

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