#D34836

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

Shades of Trinidad #D34836

Tints of Trinidad #D34836

Color information

#D34836 (or 0xD34836) is unknown color: approx Trinidad. HEX triplet: D3, 48 and 36. RGB value is (211,72,54). Sum of RGB (Red+Green+Blue) = 211+72+54=337 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.61% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 211 - color contains mainly: red. Hex color #D34836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34836 is #2CB7C9. Grayscale: #6F6F6F. Windows color (decimal): -2930634 or 3557587. OLE color: 3557587.

HSL color Cylindrical-coordinate representation of color #D34836: hue angle of 6.88º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D34836 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB2117254-
CMYK00.660.740.17
HSL6.88º64.08%51.96%-
HSV(B)6.88º74.41%82.75%-
XYZ29.8518.755.54-
YUV111.5195.55198.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.61%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=62.61%
G=21.36%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211725400.660.740.176.8864.0851.96
HexD348360424A1174034
Octal32311066010211221710064
Binary110100111001000110110010000101001010100011111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34836; }

 p { color: rgb(211,72,54); }

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

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

 a { background-color: rgb(211,72,54); }

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

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

 span { border-color: rgb(211,72,54); }

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