#C14B2E

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

Shades of Trinidad #C14B2E

Tints of Trinidad #C14B2E

Color information

#C14B2E (or 0xC14B2E) is unknown color: approx Trinidad. HEX triplet: C1, 4B and 2E. RGB value is (193,75,46). Sum of RGB (Red+Green+Blue) = 193+75+46=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B2E is #3EB4D1. Grayscale: #6B6B6B. Windows color (decimal): -4109522 or 3034049. OLE color: 3034049.

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

Color convert

RGB1937546-
CMYK00.610.760.24
HSL11.84º61.51%46.86%-
HSV(B)11.84º76.17%75.69%-
XYZ2516.574.46-
YUV106.9893.59189.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.46%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=61.46%
G=23.89%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193754600.610.760.2411.8461.5146.86
HexC14B2E03D4C18c3e2f
Octal3011135607511430147657
Binary11000001100101110111001111011001100110001100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B2E; }

 p { color: rgb(193,75,46); }

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

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

 a { background-color: rgb(193,75,46); }

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

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

 span { border-color: rgb(193,75,46); }

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