#CC041B

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

Shades of Venetian Red #CC041B

Tints of Venetian Red #CC041B

Color information

#CC041B (or 0xCC041B) is unknown color: approx Venetian Red. HEX triplet: CC, 04 and 1B. RGB value is (204,4,27). Sum of RGB (Red+Green+Blue) = 204+4+27=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC041B is #33FBE4. Grayscale: #424242. Windows color (decimal): -3406821 or 1770700. OLE color: 1770700.

HSL color Cylindrical-coordinate representation of color #CC041B: hue angle of 353.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC041B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB204427-
CMYK00.980.870.2
HSL353.1º96.15%40.78%-
HSV(B)353.1º98.04%80%-
XYZ25.14132.22-
YUV66.42105.76226.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 86.81%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=86.81%
G=1.70%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20442700.980.870.2353.196.1540.78
HexCC41B06257141616029
Octal31443301421272454114051
Binary1100110010011011011000101010111101001011000011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC041B; }

 p { color: rgb(204,4,27); }

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

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

 a { background-color: rgb(204,4,27); }

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

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

 span { border-color: rgb(204,4,27); }

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