#CB0623

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

Shades of Venetian Red #CB0623

Tints of Venetian Red #CB0623

Color information

#CB0623 (or 0xCB0623) is unknown color: approx Venetian Red. HEX triplet: CB, 06 and 23. RGB value is (203,6,35). Sum of RGB (Red+Green+Blue) = 203+6+35=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0623 is #34F9DC. Grayscale: #444444. Windows color (decimal): -3471837 or 2295499. OLE color: 2295499.

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

Color convert

RGB203635-
CMYK00.970.830.20
HSL351.17º94.26%40.98%-
HSV(B)351.17º97.04%79.61%-
XYZ2512.952.77-
YUV68.21109.27224.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 83.20%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 35 (14.06% from 255) = 14.34%
R=83.20%
G=2.46%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20363500.970.830.20351.1794.2640.98
HexCB623061531415f5e29
Octal31364301411232453713651
Binary11001011110100011011000011010011101001010111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0623; }

 p { color: rgb(203,6,35); }

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

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

 a { background-color: rgb(203,6,35); }

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

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

 span { border-color: rgb(203,6,35); }

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