#C30321

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

Shades of Venetian Red #C30321

Tints of Venetian Red #C30321

Color information

#C30321 (or 0xC30321) is unknown color: approx Venetian Red. HEX triplet: C3, 03 and 21. RGB value is (195,3,33). Sum of RGB (Red+Green+Blue) = 195+3+33=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C30321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30321 is #3CFCDE. Grayscale: #3F3F3F. Windows color (decimal): -3996895 or 2163651. OLE color: 2163651.

HSL color Cylindrical-coordinate representation of color #C30321: hue angle of 350.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30321 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB195333-
CMYK00.980.830.24
HSL350.62º96.97%38.82%-
HSV(B)350.62º98.46%76.47%-
XYZ22.8111.782.51-
YUV63.83110.61221.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 84.42%
GREEN value IS 3 (1.56% from 255) = 1.30%
BLUE value IS 33 (13.28% from 255) = 14.29%
R=84.42%
G=1.30%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19533300.980.830.24350.6296.9738.82
HexC3321062531815f6127
Octal30334101421233053714147
Binary1100001111100001011000101010011110001010111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30321; }

 p { color: rgb(195,3,33); }

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

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

 a { background-color: rgb(195,3,33); }

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

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

 span { border-color: rgb(195,3,33); }

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