#D04A29

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

Shades of Trinidad #D04A29

Tints of Trinidad #D04A29

Color information

#D04A29 (or 0xD04A29) is unknown color: approx Trinidad. HEX triplet: D0, 4A and 29. RGB value is (208,74,41). Sum of RGB (Red+Green+Blue) = 208+74+41=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04A29 is #2FB5D6. Grayscale: #6E6E6E. Windows color (decimal): -3126743 or 2706128. OLE color: 2706128.

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

Color convert

RGB2087441-
CMYK00.640.800.18
HSL11.86º67.07%48.82%-
HSV(B)11.86º80.29%81.57%-
XYZ28.8618.474.14-
YUV110.388.89197.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64.40%
GREEN value IS 74 (29.30% from 255) = 22.91%
BLUE value IS 41 (16.41% from 255) = 12.69%
R=64.40%
G=22.91%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208744100.640.800.1811.8667.0748.82
HexD04A290405012c4331
Octal320112510100120221410361
Binary1101000010010101010010100000010100001001011001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04A29; }

 p { color: rgb(208,74,41); }

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

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

 a { background-color: rgb(208,74,41); }

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

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

 span { border-color: rgb(208,74,41); }

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