#d14328

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

Shades of Trinidad #D14328

Tints of Trinidad #D14328

Color information

#D14328 (or 0xD14328) is unknown color: approx Trinidad. HEX triplet: D1, 43 and 28. RGB value is (209,67,40). Sum of RGB (Red+Green+Blue) = 209+67+40=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D14328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14328 is #2EBCD7. Grayscale: #6A6A6A. Windows color (decimal): -3063000 or 2638801. OLE color: 2638801.

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

Color convert

RGB2096740-
CMYK00.680.810.18
HSL9.59º67.87%48.82%-
HSV(B)9.59º80.86%81.96%-
XYZ28.6817.723.92-
YUV106.3890.54201.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 67 (26.56% from 255) = 21.20%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=66.14%
G=21.20%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209674000.680.810.189.5967.8748.82
HexD143280445112a4431
Octal321103500104121221210461
Binary1101000110000111010000100010010100011001010101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14328; }

 p { color: rgb(209,67,40); }

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

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

 a { background-color: rgb(209,67,40); }

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

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

 span { border-color: rgb(209,67,40); }

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