#CB0222

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

Shades of Venetian Red #CB0222

Tints of Venetian Red #CB0222

Color information

#CB0222 (or 0xCB0222) is unknown color: approx Venetian Red. HEX triplet: CB, 02 and 22. RGB value is (203,2,34). Sum of RGB (Red+Green+Blue) = 203+2+34=239 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.94% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0222 is #34FDDD. Grayscale: #414141. Windows color (decimal): -3472862 or 2228939. OLE color: 2228939.

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

Color convert

RGB203234-
CMYK00.990.830.20
HSL350.45º98.05%40.2%-
HSV(B)350.45º99.01%79.61%-
XYZ24.9412.862.68-
YUV65.75110.09225.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 84.94%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 34 (13.67% from 255) = 14.23%
R=84.94%
G=0.84%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20323400.990.830.20350.4598.0540.2
HexCB222063531415e6228
Octal31324201431232453614250
Binary1100101110100010011000111010011101001010111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0222; }

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

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

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

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

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

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

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

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