#C25130

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

Shades of Trinidad #C25130

Tints of Trinidad #C25130

Color information

#C25130 (or 0xC25130) is unknown color: approx Trinidad. HEX triplet: C2, 51 and 30. RGB value is (194,81,48). Sum of RGB (Red+Green+Blue) = 194+81+48=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C25130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25130 is #3DAECF. Grayscale: #6F6F6F. Windows color (decimal): -4042448 or 3166658. OLE color: 3166658.

HSL color Cylindrical-coordinate representation of color #C25130: hue angle of 13.56º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C25130 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1948148-
CMYK00.580.750.24
HSL13.56º60.33%47.45%-
HSV(B)13.56º75.26%76.08%-
XYZ25.7217.574.83-
YUV111.0292.44187.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.06%
GREEN value IS 81 (32.03% from 255) = 25.08%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=60.06%
G=25.08%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194814800.580.750.2413.5660.3347.45
HexC2513003A4B18e3c2f
Octal3021216007211330167457
Binary11000010101000111000001110101001011110001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25130; }

 p { color: rgb(194,81,48); }

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

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

 a { background-color: rgb(194,81,48); }

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

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

 span { border-color: rgb(194,81,48); }

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