#C2512A

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

Shades of Trinidad #C2512A

Tints of Trinidad #C2512A

Color information

#C2512A (or 0xC2512A) is unknown color: approx Trinidad. HEX triplet: C2, 51 and 2A. RGB value is (194,81,42). Sum of RGB (Red+Green+Blue) = 194+81+42=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C2512A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2512A is #3DAED5. Grayscale: #6E6E6E. Windows color (decimal): -4042454 or 2773442. OLE color: 2773442.

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

Color convert

RGB1948142-
CMYK00.580.780.24
HSL15.39º64.41%46.27%-
HSV(B)15.39º78.35%76.08%-
XYZ25.6117.524.22-
YUV110.3489.44187.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.20%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=61.20%
G=25.55%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194814200.580.780.2415.3964.4146.27
HexC2512A03A4E18f402e
Octal30212152072116301710056
Binary110000101010001101010011101010011101100011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2512A; }

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

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

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

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

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

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

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

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