#C00222

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

Shades of Venetian Red #C00222

Tints of Venetian Red #C00222

Color information

#C00222 (or 0xC00222) is unknown color: approx Venetian Red. HEX triplet: C0, 02 and 22. RGB value is (192,2,34). Sum of RGB (Red+Green+Blue) = 192+2+34=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C00222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00222 is #3FFDDD. Grayscale: #3E3E3E. Windows color (decimal): -4193758 or 2228928. OLE color: 2228928.

HSL color Cylindrical-coordinate representation of color #C00222: hue angle of 349.89º 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 #C00222 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB192234-
CMYK00.990.820.25
HSL349.89º97.94%38.04%-
HSV(B)349.89º98.96%75.29%-
XYZ22.0511.372.55-
YUV62.46111.95220.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 84.21%
GREEN value IS 2 (1.17% from 255) = 0.88%
BLUE value IS 34 (13.67% from 255) = 14.91%
R=84.21%
G=0.88%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19223400.990.820.25349.8997.9438.04
HexC0222063521915e6226
Octal30024201431223153614246
Binary1100000010100010011000111010010110011010111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00222; }

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

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

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

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

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

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

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

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