#C74D32

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

Shades of Trinidad #C74D32

Tints of Trinidad #C74D32

Color information

#C74D32 (or 0xC74D32) is unknown color: approx Trinidad. HEX triplet: C7, 4D and 32. RGB value is (199,77,50). Sum of RGB (Red+Green+Blue) = 199+77+50=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D32 is #38B2CD. Grayscale: #6E6E6E. Windows color (decimal): -3715790 or 3296711. OLE color: 3296711.

HSL color Cylindrical-coordinate representation of color #C74D32: hue angle of 10.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74D32 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB1997750-
CMYK00.610.750.22
HSL10.87º59.84%48.82%-
HSV(B)10.87º74.87%78.04%-
XYZ26.7817.685.02-
YUV110.493.92191.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.04%
GREEN value IS 77 (30.47% from 255) = 23.62%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=61.04%
G=23.62%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199775000.610.750.2210.8759.8448.82
HexC74D3203D4B16b3c31
Octal3071156207511326137461
Binary11000111100110111001001111011001011101101011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D32; }

 p { color: rgb(199,77,50); }

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

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

 a { background-color: rgb(199,77,50); }

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

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

 span { border-color: rgb(199,77,50); }

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