#D54D29

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

Shades of Trinidad #D54D29

Tints of Trinidad #D54D29

Color information

#D54D29 (or 0xD54D29) is unknown color: approx Trinidad. HEX triplet: D5, 4D and 29. RGB value is (213,77,41). Sum of RGB (Red+Green+Blue) = 213+77+41=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D29 is #2AB2D6. Grayscale: #717171. Windows color (decimal): -2798295 or 2706901. OLE color: 2706901.

HSL color Cylindrical-coordinate representation of color #D54D29: hue angle of 12.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D54D29 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2137741-
CMYK00.640.810.16
HSL12.56º67.72%49.8%-
HSV(B)12.56º80.75%83.53%-
XYZ30.4919.614.28-
YUV113.5687.06198.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.35%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 41 (16.41% from 255) = 12.39%
R=64.35%
G=23.26%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213774100.640.810.1612.5667.7249.8
HexD54D290405110d4432
Octal325115510100121201510462
Binary1101010110011011010010100000010100011000011011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D54D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D54D29; }

 p { color: rgb(213,77,41); }

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

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

 a { background-color: rgb(213,77,41); }

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

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

 span { border-color: rgb(213,77,41); }

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