#c84a29

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

Shades of Trinidad #C84A29

Tints of Trinidad #C84A29

Color information

#C84A29 (or 0xC84A29) is unknown color: approx Trinidad. HEX triplet: C8, 4A and 29. RGB value is (200,74,41). Sum of RGB (Red+Green+Blue) = 200+74+41=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84A29 is #37B5D6. Grayscale: #6C6C6C. Windows color (decimal): -3651031 or 2706120. OLE color: 2706120.

HSL color Cylindrical-coordinate representation of color #C84A29: hue angle of 12.45º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C84A29 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB2007441-
CMYK00.630.800.22
HSL12.45º65.98%47.25%-
HSV(B)12.45º79.5%78.43%-
XYZ26.6717.344.04-
YUV107.9190.24193.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.49%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 41 (16.41% from 255) = 13.02%
R=63.49%
G=23.49%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200744100.630.800.2212.4565.9847.25
HexC84A2903F5016c422f
Octal31011251077120261410257
Binary110010001001010101001011111110100001011011001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84a29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84a29; }

 p { color: rgb(200,74,41); }

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

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

 a { background-color: rgb(200,74,41); }

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

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

 span { border-color: rgb(200,74,41); }

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