#C54B31

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

Shades of Trinidad #C54B31

Tints of Trinidad #C54B31

Color information

#C54B31 (or 0xC54B31) is unknown color: approx Trinidad. HEX triplet: C5, 4B and 31. RGB value is (197,75,49). Sum of RGB (Red+Green+Blue) = 197+75+49=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B31 is #3AB4CE. Grayscale: #6C6C6C. Windows color (decimal): -3847375 or 3230661. OLE color: 3230661.

HSL color Cylindrical-coordinate representation of color #C54B31: hue angle of 10.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C54B31 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB1977549-
CMYK00.620.750.23
HSL10.54º60.16%48.24%-
HSV(B)10.54º75.13%77.25%-
XYZ26.117.124.84-
YUV108.5194.42191.11-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 61.37%
GREEN value IS 75 (29.69% from 255) = 23.36%
BLUE value IS 49 (19.53% from 255) = 15.26%
R=61.37%
G=23.36%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197754900.620.750.2310.5460.1648.24
HexC54B3103E4B17b3c30
Octal3051136107611327137460
Binary11000101100101111000101111101001011101111011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54B31; }

 p { color: rgb(197,75,49); }

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

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

 a { background-color: rgb(197,75,49); }

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

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

 span { border-color: rgb(197,75,49); }

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