#C14B30

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

Shades of Trinidad #C14B30

Tints of Trinidad #C14B30

Color information

#C14B30 (or 0xC14B30) is unknown color: approx Trinidad. HEX triplet: C1, 4B and 30. RGB value is (193,75,48). Sum of RGB (Red+Green+Blue) = 193+75+48=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B30 is #3EB4CF. Grayscale: #6B6B6B. Windows color (decimal): -4109520 or 3165121. OLE color: 3165121.

HSL color Cylindrical-coordinate representation of color #C14B30: hue angle of 11.17º 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 #C14B30 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1937548-
CMYK00.610.750.24
HSL11.17º60.17%47.25%-
HSV(B)11.17º75.13%75.69%-
XYZ25.0416.584.68-
YUV107.294.59189.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 61.08%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 48 (19.14% from 255) = 15.19%
R=61.08%
G=23.73%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193754800.610.750.2411.1760.1747.25
HexC14B3003D4B18b3c2f
Octal3011136007511330137457
Binary11000001100101111000001111011001011110001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B30; }

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

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

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

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

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

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

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

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