#C00223

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

Shades of Venetian Red #C00223

Tints of Venetian Red #C00223

Color information

#C00223 (or 0xC00223) is unknown color: approx Venetian Red. HEX triplet: C0, 02 and 23. RGB value is (192,2,35). Sum of RGB (Red+Green+Blue) = 192+2+35=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C00223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00223 is #3FFDDC. Grayscale: #3E3E3E. Windows color (decimal): -4193757 or 2294464. OLE color: 2294464.

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

Color convert

RGB192235-
CMYK00.990.820.25
HSL349.58º97.94%38.04%-
HSV(B)349.58º98.96%75.29%-
XYZ22.0611.372.62-
YUV62.57112.45220.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 83.84%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 35 (14.06% from 255) = 15.28%
R=83.84%
G=0.87%
B=15.28%

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
Decimal19223500.990.820.25349.5897.9438.04
HexC0223063521915e6226
Octal30024301431223153614246
Binary1100000010100011011000111010010110011010111101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00223; }

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

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

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

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

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

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

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

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