#C74D33

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

Shades of Trinidad #C74D33

Tints of Trinidad #C74D33

Color information

#C74D33 (or 0xC74D33) is unknown color: approx Trinidad. HEX triplet: C7, 4D and 33. RGB value is (199,77,51). Sum of RGB (Red+Green+Blue) = 199+77+51=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D33 is #38B2CC. Grayscale: #6E6E6E. Windows color (decimal): -3715789 or 3362247. OLE color: 3362247.

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

Color convert

RGB1997751-
CMYK00.610.740.22
HSL10.54º59.2%49.02%-
HSV(B)10.54º74.37%78.04%-
XYZ26.817.695.13-
YUV110.5194.42191.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.86%
GREEN value IS 77 (30.47% from 255) = 23.55%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=60.86%
G=23.55%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199775100.610.740.2210.5459.249.02
HexC74D3303D4A16b3b31
Octal3071156307511226137361
Binary11000111100110111001101111011001010101101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D33; }

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

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

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

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

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

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

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

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