#CB0411

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

Shades of Venetian Red #CB0411

Tints of Venetian Red #CB0411

Color information

#CB0411 (or 0xCB0411) is unknown color: approx Venetian Red. HEX triplet: CB, 04 and 11. RGB value is (203,4,17). Sum of RGB (Red+Green+Blue) = 203+4+17=224 (29% of max value = 765). Red value is 203 (79.69% from 255 or 90.62% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0411 is #34FBEE. Grayscale: #414141. Windows color (decimal): -3472367 or 1115339. OLE color: 1115339.

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

Color convert

RGB203417-
CMYK00.980.920.20
HSL356.08º96.14%40.59%-
HSV(B)356.08º98.03%79.61%-
XYZ24.7712.821.7-
YUV64.98100.93226.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 90.62%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=90.62%
G=1.79%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20341700.980.920.20356.0896.1440.59
HexCB4110625C141646029
Octal31342101421342454414051
Binary1100101110010001011000101011100101001011001001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0411; }

 p { color: rgb(203,4,17); }

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

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

 a { background-color: rgb(203,4,17); }

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

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

 span { border-color: rgb(203,4,17); }

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