#D0472B

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

Shades of Trinidad #D0472B

Tints of Trinidad #D0472B

Color information

#D0472B (or 0xD0472B) is unknown color: approx Trinidad. HEX triplet: D0, 47 and 2B. RGB value is (208,71,43). Sum of RGB (Red+Green+Blue) = 208+71+43=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0472B is #2FB8D4. Grayscale: #6D6D6D. Windows color (decimal): -3127509 or 2836432. OLE color: 2836432.

HSL color Cylindrical-coordinate representation of color #D0472B: hue angle of 10.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0472B is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2087143-
CMYK00.660.790.18
HSL10.18º65.74%49.22%-
HSV(B)10.18º79.33%81.57%-
XYZ28.718.094.26-
YUV108.7790.89198.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.60%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=64.60%
G=22.05%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208714300.660.790.1810.1865.7449.22
HexD0472B0424F12a4231
Octal320107530102117221210261
Binary1101000010001111010110100001010011111001010101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0472B; }

 p { color: rgb(208,71,43); }

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

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

 a { background-color: rgb(208,71,43); }

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

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

 span { border-color: rgb(208,71,43); }

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