#CC002A

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

Shades of Venetian Red #CC002A

Tints of Venetian Red #CC002A

Color information

#CC002A (or 0xCC002A) is unknown color: approx Venetian Red. HEX triplet: CC, 00 and 2A. RGB value is (204,0,42). Sum of RGB (Red+Green+Blue) = 204+0+42=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002A is #33FFD5. Grayscale: #414141. Windows color (decimal): -3407830 or 2752716. OLE color: 2752716.

HSL color Cylindrical-coordinate representation of color #CC002A: hue angle of 347.65º 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 #CC002A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB204042-
CMYK010.790.2
HSL347.65º100%40%-
HSV(B)347.65º100%80%-
XYZ25.32133.37-
YUV65.78114.59226.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 82.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=82.93%
G=0%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204042010.790.2347.6510040
HexCC02A0644F1415c6428
Octal31405201441172453414450
Binary110011000101010011001001001111101001010111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC002A; }

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

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

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

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

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

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

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

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