#CC4425

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

Shades of Trinidad #CC4425

Tints of Trinidad #CC4425

Color information

#CC4425 (or 0xCC4425) is unknown color: approx Trinidad. HEX triplet: CC, 44 and 25. RGB value is (204,68,37). Sum of RGB (Red+Green+Blue) = 204+68+37=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4425 is #33BBDA. Grayscale: #696969. Windows color (decimal): -3390427 or 2442444. OLE color: 2442444.

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

Color convert

RGB2046837-
CMYK00.670.820.2
HSL11.14º69.29%47.25%-
HSV(B)11.14º81.86%80%-
XYZ27.317.113.61-
YUV105.1389.56198.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.02%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=66.02%
G=22.01%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204683700.670.820.211.1469.2947.25
HexCC44250435214b452f
Octal314104450103122241310557
Binary1100110010001001001010100001110100101010010111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4425; }

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

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

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

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

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

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

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

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