#C74F21

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

Shades of Trinidad #C74F21

Tints of Trinidad #C74F21

Color information

#C74F21 (or 0xC74F21) is unknown color: approx Trinidad. HEX triplet: C7, 4F and 21. RGB value is (199,79,33). Sum of RGB (Red+Green+Blue) = 199+79+33=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74F21 is #38B0DE. Grayscale: #6D6D6D. Windows color (decimal): -3715295 or 2183111. OLE color: 2183111.

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

Color convert

RGB1997933-
CMYK00.600.830.22
HSL16.63º71.55%45.49%-
HSV(B)16.63º83.42%78.04%-
XYZ26.6217.843.48-
YUV109.6484.76191.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=63.99%
G=25.40%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199793300.600.830.2216.6371.5545.49
HexC74F2103C531611482d
Octal30711741074123262111055
Binary1100011110011111000010111100101001110110100011001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74F21; }

 p { color: rgb(199,79,33); }

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

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

 a { background-color: rgb(199,79,33); }

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

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

 span { border-color: rgb(199,79,33); }

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