#C25129

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

Shades of Trinidad #C25129

Tints of Trinidad #C25129

Color information

#C25129 (or 0xC25129) is unknown color: approx Trinidad. HEX triplet: C2, 51 and 29. RGB value is (194,81,41). Sum of RGB (Red+Green+Blue) = 194+81+41=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C25129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25129 is #3DAED6. Grayscale: #6E6E6E. Windows color (decimal): -4042455 or 2707906. OLE color: 2707906.

HSL color Cylindrical-coordinate representation of color #C25129: hue angle of 15.69º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C25129 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1948141-
CMYK00.580.790.24
HSL15.69º65.11%46.08%-
HSV(B)15.69º78.87%76.08%-
XYZ25.5917.514.13-
YUV110.2388.94187.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.39%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 41 (16.41% from 255) = 12.97%
R=61.39%
G=25.63%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194814100.580.790.2415.6965.1146.08
HexC2512903A4F1810412e
Octal30212151072117302010156
Binary1100001010100011010010111010100111111000100001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25129; }

 p { color: rgb(194,81,41); }

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

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

 a { background-color: rgb(194,81,41); }

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

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

 span { border-color: rgb(194,81,41); }

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