#d0503f

Color #D0503F Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #D0503F

Tints of Dark Coral #D0503F

Color information

#D0503F (or 0xD0503F) is unknown color: approx Dark Coral. HEX triplet: D0, 50 and 3F. RGB value is (208,80,63). Sum of RGB (Red+Green+Blue) = 208+80+63=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0503F is #2FAFC0. Grayscale: #747474. Windows color (decimal): -3125185 or 4149456. OLE color: 4149456.

HSL color Cylindrical-coordinate representation of color #D0503F: hue angle of 7.03º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0503F is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2088063-
CMYK00.620.700.18
HSL7.03º60.67%53.14%-
HSV(B)7.03º69.71%81.57%-
XYZ29.7819.516.9-
YUV116.3397.91193.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.26%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 63 (25% from 255) = 17.95%
R=59.26%
G=22.79%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208806300.620.700.187.0360.6753.14
HexD0503F03E461273d35
Octal320120770761062277565
Binary1101000010100001111110111110100011010010111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0503f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0503f; }

 p { color: rgb(208,80,63); }

 H1.HeaderClassName
 {
   color: #d0503f;
 }
 .AnyTagClassName
 {
   color: #d0503f;
 }
</style>
background-color css

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

 a { background-color: rgb(208,80,63); }

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

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

 span { border-color: rgb(208,80,63); }

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