#CC0127

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

Shades of Venetian Red #CC0127

Tints of Venetian Red #CC0127

Color information

#CC0127 (or 0xCC0127) is unknown color: approx Venetian Red. HEX triplet: CC, 01 and 27. RGB value is (204,1,39). Sum of RGB (Red+Green+Blue) = 204+1+39=244 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.61% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0127 is #33FED8. Grayscale: #424242. Windows color (decimal): -3407577 or 2556364. OLE color: 2556364.

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

Color convert

RGB204139-
CMYK01.000.810.2
HSL348.77º99.02%40.2%-
HSV(B)348.77º99.51%80%-
XYZ25.2813.013.1-
YUV66.03112.75226.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 83.61%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=83.61%
G=0.41%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413901.000.810.2348.7799.0240.2
HexCC127064511415d6328
Octal31414701441212453514350
Binary110011001100111011001001010001101001010111011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0127; }

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

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

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

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

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

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

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

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