#D1493D

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

Shades of Trinidad #D1493D

Tints of Trinidad #D1493D

Color information

#D1493D (or 0xD1493D) is unknown color: approx Trinidad. HEX triplet: D1, 49 and 3D. RGB value is (209,73,61). Sum of RGB (Red+Green+Blue) = 209+73+61=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1493D is #2EB6C2. Grayscale: #707070. Windows color (decimal): -3061443 or 4016593. OLE color: 4016593.

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

Color convert

RGB2097361-
CMYK00.650.710.18
HSL4.86º61.67%52.94%-
HSV(B)4.86º70.81%81.96%-
XYZ29.5218.666.46-
YUV112.399.06196.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.93%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=60.93%
G=21.28%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209736100.650.710.184.8661.6752.94
HexD1493D041471253e35
Octal3211117501011072257665
Binary11010001100100111110101000001100011110010101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1493D; }

 p { color: rgb(209,73,61); }

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

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

 a { background-color: rgb(209,73,61); }

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

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

 span { border-color: rgb(209,73,61); }

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