#C14C28

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

Shades of Trinidad #C14C28

Tints of Trinidad #C14C28

Color information

#C14C28 (or 0xC14C28) is unknown color: approx Trinidad. HEX triplet: C1, 4C and 28. RGB value is (193,76,40). Sum of RGB (Red+Green+Blue) = 193+76+40=309 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.46% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C28 is #3EB3D7. Grayscale: #6B6B6B. Windows color (decimal): -4109272 or 2641089. OLE color: 2641089.

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

Color convert

RGB1937640-
CMYK00.610.790.24
HSL14.12º65.67%45.69%-
HSV(B)14.12º79.27%75.69%-
XYZ24.9616.663.91-
YUV106.8890.26189.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.46%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=62.46%
G=24.60%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193764000.610.790.2414.1265.6745.69
HexC14C2803D4F18e422e
Octal30111450075117301610256
Binary110000011001100101000011110110011111100011101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C28; }

 p { color: rgb(193,76,40); }

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

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

 a { background-color: rgb(193,76,40); }

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

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

 span { border-color: rgb(193,76,40); }

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