#C60421

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

Shades of Venetian Red #C60421

Tints of Venetian Red #C60421

Color information

#C60421 (or 0xC60421) is unknown color: approx Venetian Red. HEX triplet: C6, 04 and 21. RGB value is (198,4,33). Sum of RGB (Red+Green+Blue) = 198+4+33=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C60421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60421 is #39FBDE. Grayscale: #414141. Windows color (decimal): -3800031 or 2163910. OLE color: 2163910.

HSL color Cylindrical-coordinate representation of color #C60421: hue angle of 351.03º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60421 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB198433-
CMYK00.980.830.22
HSL351.03º96.04%39.61%-
HSV(B)351.03º97.98%77.65%-
XYZ23.6112.22.55-
YUV65.31109.77222.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 84.26%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=84.26%
G=1.70%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19843300.980.830.22351.0396.0439.61
HexC6421062531615f6028
Octal30644101421232653714050
Binary11000110100100001011000101010011101101010111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60421; }

 p { color: rgb(198,4,33); }

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

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

 a { background-color: rgb(198,4,33); }

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

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

 span { border-color: rgb(198,4,33); }

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