#C75223

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

Shades of Trinidad #C75223

Tints of Trinidad #C75223

Color information

#C75223 (or 0xC75223) is unknown color: approx Trinidad. HEX triplet: C7, 52 and 23. RGB value is (199,82,35). Sum of RGB (Red+Green+Blue) = 199+82+35=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 35 (14.06% from 255 or 11.08% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C75223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75223 is #38ADDC. Grayscale: #6F6F6F. Windows color (decimal): -3714525 or 2314951. OLE color: 2314951.

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

Color convert

RGB1998235-
CMYK00.590.820.22
HSL17.2º70.09%45.88%-
HSV(B)17.2º82.41%78.04%-
XYZ26.8718.33.71-
YUV111.6284.76190.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.97%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 35 (14.06% from 255) = 11.08%
R=62.97%
G=25.95%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199823500.590.820.2217.270.0945.88
HexC7522303B521611462e
Octal30712243073122262110656
Binary1100011110100101000110111011101001010110100011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75223; }

 p { color: rgb(199,82,35); }

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

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

 a { background-color: rgb(199,82,35); }

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

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

 span { border-color: rgb(199,82,35); }

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