#CC511D

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

Shades of Trinidad #CC511D

Tints of Trinidad #CC511D

Color information

#CC511D (or 0xCC511D) is unknown color: approx Trinidad. HEX triplet: CC, 51 and 1D. RGB value is (204,81,29). Sum of RGB (Red+Green+Blue) = 204+81+29=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC511D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC511D is #33AEE2. Grayscale: #707070. Windows color (decimal): -3387107 or 1921484. OLE color: 1921484.

HSL color Cylindrical-coordinate representation of color #CC511D: hue angle of 17.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC511D is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB2048129-
CMYK00.600.860.2
HSL17.83º75.11%45.69%-
HSV(B)17.83º85.78%80%-
XYZ28.0718.813.31-
YUV111.8581.25193.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.97%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 29 (11.72% from 255) = 9.24%
R=64.97%
G=25.80%
B=9.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204812900.600.860.217.8375.1145.69
HexCC511D03C5614124b2e
Octal31412135074126242211356
Binary110011001010001111010111100101011010100100101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC511D; }

 p { color: rgb(204,81,29); }

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

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

 a { background-color: rgb(204,81,29); }

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

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

 span { border-color: rgb(204,81,29); }

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