#D1462D

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

Shades of Trinidad #D1462D

Tints of Trinidad #D1462D

Color information

#D1462D (or 0xD1462D) is unknown color: approx Trinidad. HEX triplet: D1, 46 and 2D. RGB value is (209,70,45). Sum of RGB (Red+Green+Blue) = 209+70+45=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1462D is #2EB9D2. Grayscale: #6C6C6C. Windows color (decimal): -3062227 or 2967249. OLE color: 2967249.

HSL color Cylindrical-coordinate representation of color #D1462D: hue angle of 9.15º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1462D is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2097045-
CMYK00.670.780.18
HSL9.15º64.57%49.8%-
HSV(B)9.15º78.47%81.96%-
XYZ28.9618.134.45-
YUV108.7192.05199.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.51%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 45 (17.97% from 255) = 13.89%
R=64.51%
G=21.60%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209704500.670.780.189.1564.5749.8
HexD1462D0434E1294132
Octal321106550103116221110162
Binary1101000110001101011010100001110011101001010011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1462D; }

 p { color: rgb(209,70,45); }

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

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

 a { background-color: rgb(209,70,45); }

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

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

 span { border-color: rgb(209,70,45); }

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