#CC4429

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

Shades of Trinidad #CC4429

Tints of Trinidad #CC4429

Color information

#CC4429 (or 0xCC4429) is unknown color: approx Trinidad. HEX triplet: CC, 44 and 29. RGB value is (204,68,41). Sum of RGB (Red+Green+Blue) = 204+68+41=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4429 is #33BBD6. Grayscale: #696969. Windows color (decimal): -3390423 or 2704588. OLE color: 2704588.

HSL color Cylindrical-coordinate representation of color #CC4429: hue angle of 9.94º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC4429 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB2046841-
CMYK00.670.800.2
HSL9.94º66.53%48.04%-
HSV(B)9.94º79.9%80%-
XYZ27.3717.133.96-
YUV105.5991.56198.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 65.18%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 41 (16.41% from 255) = 13.10%
R=65.18%
G=21.73%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204684100.670.800.29.9466.5348.04
HexCC44290435014a4330
Octal314104510103120241210360
Binary1100110010001001010010100001110100001010010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4429; }

 p { color: rgb(204,68,41); }

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

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

 a { background-color: rgb(204,68,41); }

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

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

 span { border-color: rgb(204,68,41); }

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