#D25034

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

Shades of Trinidad #D25034

Tints of Trinidad #D25034

Color information

#D25034 (or 0xD25034) is unknown color: approx Trinidad. HEX triplet: D2, 50 and 34. RGB value is (210,80,52). Sum of RGB (Red+Green+Blue) = 210+80+52=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D25034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25034 is #2DAFCB. Grayscale: #737373. Windows color (decimal): -2994124 or 3428562. OLE color: 3428562.

HSL color Cylindrical-coordinate representation of color #D25034: hue angle of 10.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D25034 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB2108052-
CMYK00.620.750.18
HSL10.63º63.71%51.37%-
HSV(B)10.63º75.24%82.35%-
XYZ30.0719.695.46-
YUV115.6892.07195.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.40%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=61.40%
G=23.39%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210805200.620.750.1810.6363.7151.37
HexD2503403E4B12b4033
Octal32212064076113221310063
Binary110100101010000110100011111010010111001010111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25034; }

 p { color: rgb(210,80,52); }

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

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

 a { background-color: rgb(210,80,52); }

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

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

 span { border-color: rgb(210,80,52); }

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