#C25429

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

Shades of Trinidad #C25429

Tints of Trinidad #C25429

Color information

#C25429 (or 0xC25429) is unknown color: approx Trinidad. HEX triplet: C2, 54 and 29. RGB value is (194,84,41). Sum of RGB (Red+Green+Blue) = 194+84+41=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C25429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25429 is #3DABD6. Grayscale: #707070. Windows color (decimal): -4041687 or 2708674. OLE color: 2708674.

HSL color Cylindrical-coordinate representation of color #C25429: hue angle of 16.86º 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 #C25429 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB1948441-
CMYK00.570.790.24
HSL16.86º65.11%46.08%-
HSV(B)16.86º78.87%76.08%-
XYZ25.8217.974.21-
YUV111.9987.94186.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 84 (33.20% from 255) = 26.33%
BLUE value IS 41 (16.41% from 255) = 12.85%
R=60.82%
G=26.33%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194844100.570.790.2416.8665.1146.08
HexC254290394F1811412e
Octal30212451071117302110156
Binary1100001010101001010010111001100111111000100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25429; }

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

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

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

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

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

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

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

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