#C0021A

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

Shades of Venetian Red #C0021A

Tints of Venetian Red #C0021A

Color information

#C0021A (or 0xC0021A) is unknown color: approx Venetian Red. HEX triplet: C0, 02 and 1A. RGB value is (192,2,26). Sum of RGB (Red+Green+Blue) = 192+2+26=220 (29% of max value = 765). Red value is 192 (75.39% from 255 or 87.27% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 192 - color contains mainly: red. Hex color #C0021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0021A is #3FFDE5. Grayscale: #3D3D3D. Windows color (decimal): -4193766 or 1704640. OLE color: 1704640.

HSL color Cylindrical-coordinate representation of color #C0021A: hue angle of 352.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0021A is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB192226-
CMYK00.990.860.25
HSL352.42º97.94%38.04%-
HSV(B)352.42º98.96%75.29%-
XYZ21.9511.322.01-
YUV61.55107.95221.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 87.27%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=87.27%
G=0.91%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19222600.990.860.25352.4297.9438.04
HexC021A06356191606226
Octal30023201431263154014246
Binary110000001011010011000111010110110011011000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0021A; }

 p { color: rgb(192,2,26); }

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

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

 a { background-color: rgb(192,2,26); }

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

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

 span { border-color: rgb(192,2,26); }

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