Html Css Color HEX #ED3C0D Orange Red

📋 copy color: '#ED3C0D'

red 237 ◦ green 60 ◦ blue 13

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

Shades of Orange Red #ED3C0D

Tints of Orange Red #ED3C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 76.45%
G = 19.35%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED3C0D (or 0xED3C0D) is known color: Orange Red. HEX triplet: ED, 3C and 0D. RGB value is (237,60,13). Sum of RGB (Red+Green+Blue) = 237+60+13=310 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.45% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3C0D is #12C3F2. Grayscale: #6B6B6B. Windows color (decimal): -1229811 or 867565. OLE color: 867565.

HSL color Cylindrical-coordinate representation of color #ED3C0D: hue angle of 12.59º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED3C0D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 60 13 -
CMYK 0 0.75 0.95 0.07
HSL 12.59º 0.9% 0.49% -
HSV(B) 12.59º 0.95% 0.93% -
XYZ 36.61 21.27 2.56 -
YUV 107.57 74.64 220.32 -
System Red Green Blue C M Y K H S L
Decimal 237 60 13 0 0.75 0.95 0.07 12.59 0.9 0.49
Hex ED 3C D 0 4B 5F 7 D 5A 31
Octal 355 74 15 0 113 137 7 15 132 61
Binary 11101101 111100 1101 0 1001011 1011111 111 1101 1011010 110001

Color Harmonies of #ED3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3C0D

Black with #ED3C0D

Text Example


Text Example

White with #ED3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3C0D; }

 p { color: rgb(237,60,13); }

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

background-color css

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

 a { background-color: rgb(237,60,13); }

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

border-color css

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

 span { border-color: rgb(237,60,13); }

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