#CB0624

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

Shades of Venetian Red #CB0624

Tints of Venetian Red #CB0624

Color information

#CB0624 (or 0xCB0624) is unknown color: approx Venetian Red. HEX triplet: CB, 06 and 24. RGB value is (203,6,36). Sum of RGB (Red+Green+Blue) = 203+6+36=245 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.86% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0624 is #34F9DB. Grayscale: #444444. Windows color (decimal): -3471836 or 2361035. OLE color: 2361035.

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

Color convert

RGB203636-
CMYK00.970.820.20
HSL350.86º94.26%40.98%-
HSV(B)350.86º97.04%79.61%-
XYZ25.0112.952.85-
YUV68.32109.77224.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 82.86%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 36 (14.45% from 255) = 14.69%
R=82.86%
G=2.45%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20363600.970.820.20350.8694.2640.98
HexCB624061521415f5e29
Octal31364401411222453713651
Binary11001011110100100011000011010010101001010111111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0624; }

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

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

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

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

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

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

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

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