#D34D35

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

Shades of Trinidad #D34D35

Tints of Trinidad #D34D35

Color information

#D34D35 (or 0xD34D35) is unknown color: approx Trinidad. HEX triplet: D3, 4D and 35. RGB value is (211,77,53). Sum of RGB (Red+Green+Blue) = 211+77+53=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34D35 is #2CB2CA. Grayscale: #727272. Windows color (decimal): -2929355 or 3493331. OLE color: 3493331.

HSL color Cylindrical-coordinate representation of color #D34D35: hue angle of 9.11º 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 #D34D35 is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB2117753-
CMYK00.640.750.17
HSL9.11º64.23%51.76%-
HSV(B)9.11º74.88%82.75%-
XYZ30.1619.415.53-
YUV114.3393.39196.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 61.88%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=61.88%
G=22.58%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211775300.640.750.179.1164.2351.76
HexD34D350404B1194034
Octal323115650100113211110064
Binary1101001110011011101010100000010010111000110011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34D35; }

 p { color: rgb(211,77,53); }

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

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

 a { background-color: rgb(211,77,53); }

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

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

 span { border-color: rgb(211,77,53); }

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