#D0533F

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

Shades of Dark Coral #D0533F

Tints of Dark Coral #D0533F

Color information

#D0533F (or 0xD0533F) is unknown color: approx Dark Coral. HEX triplet: D0, 53 and 3F. RGB value is (208,83,63). Sum of RGB (Red+Green+Blue) = 208+83+63=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0533F is #2FACC0. Grayscale: #767676. Windows color (decimal): -3124417 or 4150224. OLE color: 4150224.

HSL color Cylindrical-coordinate representation of color #D0533F: hue angle of 8.28º 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 #D0533F is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB2088363-
CMYK00.600.700.18
HSL8.28º60.67%53.14%-
HSV(B)8.28º69.71%81.57%-
XYZ3019.966.97-
YUV118.196.91192.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.76%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 63 (25% from 255) = 17.80%
R=58.76%
G=23.45%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208836300.600.700.188.2860.6753.14
HexD0533F03C461283d35
Octal3201237707410622107565
Binary11010000101001111111101111001000110100101000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0533F; }

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

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

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

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

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

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

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

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