#CC0427

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

Shades of Venetian Red #CC0427

Tints of Venetian Red #CC0427

Color information

#CC0427 (or 0xCC0427) is unknown color: approx Venetian Red. HEX triplet: CC, 04 and 27. RGB value is (204,4,39). Sum of RGB (Red+Green+Blue) = 204+4+39=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0427 is #33FBD8. Grayscale: #434343. Windows color (decimal): -3406809 or 2557132. OLE color: 2557132.

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

Color convert

RGB204439-
CMYK00.980.810.2
HSL349.5º96.15%40.78%-
HSV(B)349.5º98.04%80%-
XYZ25.3113.073.11-
YUV67.79111.76225.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 82.59%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=82.59%
G=1.62%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20443900.980.810.2349.596.1540.78
HexCC427062511415e6029
Octal31444701421212453614051
Binary11001100100100111011000101010001101001010111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0427; }

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

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

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

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

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

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

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

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