#C55434

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

Shades of Trinidad #C55434

Tints of Trinidad #C55434

Color information

#C55434 (or 0xC55434) is unknown color: approx Trinidad. HEX triplet: C5, 54 and 34. RGB value is (197,84,52). Sum of RGB (Red+Green+Blue) = 197+84+52=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55434 is #3AABCB. Grayscale: #727272. Windows color (decimal): -3845068 or 3429573. OLE color: 3429573.

HSL color Cylindrical-coordinate representation of color #C55434: hue angle of 13.24º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C55434 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB1978452-
CMYK00.570.740.23
HSL13.24º58.23%48.82%-
HSV(B)13.24º73.6%77.25%-
XYZ26.8218.465.4-
YUV114.1492.94187.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 52 (20.70% from 255) = 15.62%
R=59.16%
G=25.23%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197845200.570.740.2313.2458.2348.82
HexC554340394A17d3a31
Octal3051246407111227157261
Binary11000101101010011010001110011001010101111101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55434; }

 p { color: rgb(197,84,52); }

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

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

 a { background-color: rgb(197,84,52); }

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

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

 span { border-color: rgb(197,84,52); }

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