#d44a29

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

Shades of Trinidad #D44A29

Tints of Trinidad #D44A29

Color information

#D44A29 (or 0xD44A29) is unknown color: approx Trinidad. HEX triplet: D4, 4A and 29. RGB value is (212,74,41). Sum of RGB (Red+Green+Blue) = 212+74+41=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D44A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44A29 is #2BB5D6. Grayscale: #6F6F6F. Windows color (decimal): -2864599 or 2706132. OLE color: 2706132.

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

Color convert

RGB2127441-
CMYK00.650.810.17
HSL11.58º67.59%49.61%-
HSV(B)11.58º80.66%83.14%-
XYZ3019.054.19-
YUV111.588.22199.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 64.83%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 41 (16.41% from 255) = 12.54%
R=64.83%
G=22.63%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212744100.650.810.1711.5867.5949.61
HexD44A290415111c4432
Octal324112510101121211410462
Binary1101010010010101010010100000110100011000111001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44a29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44a29; }

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

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

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

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

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

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

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

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