#d14625

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

Shades of Trinidad #D14625

Tints of Trinidad #D14625

Color information

#D14625 (or 0xD14625) is unknown color: approx Trinidad. HEX triplet: D1, 46 and 25. RGB value is (209,70,37). Sum of RGB (Red+Green+Blue) = 209+70+37=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D14625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14625 is #2EB9DA. Grayscale: #6C6C6C. Windows color (decimal): -3062235 or 2442961. OLE color: 2442961.

HSL color Cylindrical-coordinate representation of color #D14625: hue angle of 11.51º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D14625 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB2097037-
CMYK00.670.820.18
HSL11.51º69.92%48.24%-
HSV(B)11.51º82.3%81.96%-
XYZ28.8218.073.72-
YUV107.888.05200.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.14%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=66.14%
G=22.15%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209703700.670.820.1811.5169.9248.24
HexD146250435212c4630
Octal321106450103122221410660
Binary1101000110001101001010100001110100101001011001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d14625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d14625; }

 p { color: rgb(209,70,37); }

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

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

 a { background-color: rgb(209,70,37); }

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

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

 span { border-color: rgb(209,70,37); }

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