#D34834

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

Shades of Trinidad #D34834

Tints of Trinidad #D34834

Color information

#D34834 (or 0xD34834) is unknown color: approx Trinidad. HEX triplet: D3, 48 and 34. RGB value is (211,72,52). Sum of RGB (Red+Green+Blue) = 211+72+52=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D34834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34834 is #2CB7CB. Grayscale: #6F6F6F. Windows color (decimal): -2930636 or 3426515. OLE color: 3426515.

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

Color convert

RGB2117252-
CMYK00.660.750.17
HSL7.55º64.37%51.57%-
HSV(B)7.55º75.36%82.75%-
XYZ29.818.735.29-
YUV111.2894.55199.13-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.99%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=62.99%
G=21.49%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211725200.660.750.177.5564.3751.57
HexD348340424B1184034
Octal323110640102113211010064
Binary1101001110010001101000100001010010111000110001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34834; }

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

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

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

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

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

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

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

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