#D34938

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

Shades of Trinidad #D34938

Tints of Trinidad #D34938

Color information

#D34938 (or 0xD34938) is unknown color: approx Trinidad. HEX triplet: D3, 49 and 38. RGB value is (211,73,56). Sum of RGB (Red+Green+Blue) = 211+73+56=340 (45% of max value = 765). Red value is 211 (82.81% from 255 or 62.06% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 211 - color contains mainly: red. Hex color #D34938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34938 is #2CB6C7. Grayscale: #707070. Windows color (decimal): -2930376 or 3688915. OLE color: 3688915.

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

Color convert

RGB2117356-
CMYK00.650.730.17
HSL6.58º63.79%52.35%-
HSV(B)6.58º73.46%82.75%-
XYZ29.9618.95.81-
YUV112.3296.22198.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.06%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 56 (22.27% from 255) = 16.47%
R=62.06%
G=21.47%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211735600.650.730.176.5863.7952.35
HexD34938041491174034
Octal32311170010111121710064
Binary110100111001001111000010000011001001100011111000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34938; }

 p { color: rgb(211,73,56); }

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

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

 a { background-color: rgb(211,73,56); }

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

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

 span { border-color: rgb(211,73,56); }

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