#D1442A

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

Shades of Trinidad #D1442A

Tints of Trinidad #D1442A

Color information

#D1442A (or 0xD1442A) is unknown color: approx Trinidad. HEX triplet: D1, 44 and 2A. RGB value is (209,68,42). Sum of RGB (Red+Green+Blue) = 209+68+42=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1442A is #2EBBD5. Grayscale: #6B6B6B. Windows color (decimal): -3062742 or 2770129. OLE color: 2770129.

HSL color Cylindrical-coordinate representation of color #D1442A: hue angle of 9.34º 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 #D1442A is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB2096842-
CMYK00.670.800.18
HSL9.34º66.53%49.22%-
HSV(B)9.34º79.9%81.96%-
XYZ28.7817.864.12-
YUV107.291.21200.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.52%
GREEN value IS 68 (26.95% from 255) = 21.32%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=65.52%
G=21.32%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209684200.670.800.189.3466.5349.22
HexD1442A043501294331
Octal321104520103120221110361
Binary1101000110001001010100100001110100001001010011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1442A; }

 p { color: rgb(209,68,42); }

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

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

 a { background-color: rgb(209,68,42); }

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

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

 span { border-color: rgb(209,68,42); }

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