#c75138

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

Shades of Trinidad #C75138

Tints of Trinidad #C75138

Color information

#C75138 (or 0xC75138) is unknown color: approx Trinidad. HEX triplet: C7, 51 and 38. RGB value is (199,81,56). Sum of RGB (Red+Green+Blue) = 199+81+56=336 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.23% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 199 - color contains mainly: red. Hex color #C75138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75138 is #38AEC7. Grayscale: #717171. Windows color (decimal): -3714760 or 3690951. OLE color: 3690951.

HSL color Cylindrical-coordinate representation of color #C75138: hue angle of 10.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C75138 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB1998156-
CMYK00.590.720.22
HSL10.49º56.08%50%-
HSV(B)10.49º71.86%78.04%-
XYZ27.2118.315.84-
YUV113.4395.59189.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 59.23%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 56 (22.27% from 255) = 16.67%
R=59.23%
G=24.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199815600.590.720.2210.4956.0850
HexC7513803B4816a3832
Octal3071217007311026127062
Binary11000111101000111100001110111001000101101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c75138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c75138; }

 p { color: rgb(199,81,56); }

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

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

 a { background-color: rgb(199,81,56); }

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

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

 span { border-color: rgb(199,81,56); }

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