#C94529

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

Shades of Trinidad #C94529

Tints of Trinidad #C94529

Color information

#C94529 (or 0xC94529) is unknown color: approx Trinidad. HEX triplet: C9, 45 and 29. RGB value is (201,69,41). Sum of RGB (Red+Green+Blue) = 201+69+41=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C94529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94529 is #36BAD6. Grayscale: #696969. Windows color (decimal): -3586775 or 2704841. OLE color: 2704841.

HSL color Cylindrical-coordinate representation of color #C94529: hue angle of 10.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C94529 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB2016941-
CMYK00.660.800.21
HSL10.5º66.12%47.45%-
HSV(B)10.5º79.6%78.82%-
XYZ26.6216.833.94-
YUV105.2891.73196.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.63%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=64.63%
G=22.19%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201694100.660.800.2110.566.1247.45
HexC945290425015b422f
Octal311105510102120251310257
Binary1100100110001011010010100001010100001010110111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94529; }

 p { color: rgb(201,69,41); }

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

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

 a { background-color: rgb(201,69,41); }

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

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

 span { border-color: rgb(201,69,41); }

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