#CC000D

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

Shades of Venetian Red #CC000D

Tints of Venetian Red #CC000D

Color information

#CC000D (or 0xCC000D) is unknown color: approx Venetian Red. HEX triplet: CC, 00 and 0D. RGB value is (204,0,13). Sum of RGB (Red+Green+Blue) = 204+0+13=217 (28% of max value = 765). Red value is 204 (80.08% from 255 or 94.01% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 204 - color contains mainly: red. Hex color #CC000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC000D is #33FFF2. Grayscale: #3E3E3E. Windows color (decimal): -3407859 or 852172. OLE color: 852172.

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

Color convert

RGB204013-
CMYK010.940.2
HSL356.18º100%40%-
HSV(B)356.18º100%80%-
XYZ24.9712.871.55-
YUV62.48100.09228.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 94.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 5.99%
R=94.01%
G=0%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204013010.940.2356.1810040
HexCC0D0645E141646428
Octal31401501441362454414450
Binary1100110001101011001001011110101001011001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC000D; }

 p { color: rgb(204,0,13); }

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

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

 a { background-color: rgb(204,0,13); }

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

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

 span { border-color: rgb(204,0,13); }

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