#C75025

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

Shades of Trinidad #C75025

Tints of Trinidad #C75025

Color information

#C75025 (or 0xC75025) is unknown color: approx Trinidad. HEX triplet: C7, 50 and 25. RGB value is (199,80,37). Sum of RGB (Red+Green+Blue) = 199+80+37=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C75025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75025 is #38AFDA. Grayscale: #6E6E6E. Windows color (decimal): -3715035 or 2445511. OLE color: 2445511.

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

Color convert

RGB1998037-
CMYK00.600.810.22
HSL15.93º68.64%46.27%-
HSV(B)15.93º81.41%78.04%-
XYZ26.7618.013.82-
YUV110.6886.42191-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 62.97%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 37 (14.84% from 255) = 11.71%
R=62.97%
G=25.32%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199803700.600.810.2215.9368.6446.27
HexC7502503C511610452e
Octal30712045074121262010556
Binary1100011110100001001010111100101000110110100001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75025; }

 p { color: rgb(199,80,37); }

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

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

 a { background-color: rgb(199,80,37); }

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

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

 span { border-color: rgb(199,80,37); }

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