#D25039

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

Shades of Trinidad #D25039

Tints of Trinidad #D25039

Color information

#D25039 (or 0xD25039) is unknown color: approx Trinidad. HEX triplet: D2, 50 and 39. RGB value is (210,80,57). Sum of RGB (Red+Green+Blue) = 210+80+57=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D25039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D25039 is #2DAFC6. Grayscale: #747474. Windows color (decimal): -2994119 or 3756242. OLE color: 3756242.

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

Color convert

RGB2108057-
CMYK00.620.730.18
HSL9.02º62.96%52.35%-
HSV(B)9.02º72.86%82.35%-
XYZ30.1919.736.09-
YUV116.2594.57194.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.52%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 57 (22.66% from 255) = 16.43%
R=60.52%
G=23.05%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210805700.620.730.189.0262.9652.35
HexD2503903E491293f34
Octal3221207107611122117764
Binary11010010101000011100101111101001001100101001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25039; }

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

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

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

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

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

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

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

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