#CB0C15

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

Shades of Venetian Red #CB0C15

Tints of Venetian Red #CB0C15

Color information

#CB0C15 (or 0xCB0C15) is unknown color: approx Venetian Red. HEX triplet: CB, 0C and 15. RGB value is (203,12,21). Sum of RGB (Red+Green+Blue) = 203+12+21=236 (31% of max value = 765). Red value is 203 (79.69% from 255 or 86.02% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0C15 is #34F3EA. Grayscale: #464646. Windows color (decimal): -3470315 or 1379531. OLE color: 1379531.

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

Color convert

RGB2031221-
CMYK00.940.900.20
HSL357.17º88.84%42.16%-
HSV(B)357.17º94.09%79.61%-
XYZ24.913.011.91-
YUV70.14100.28222.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 86.02%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=86.02%
G=5.08%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203122100.940.900.20357.1788.8442.16
HexCBC1505E5A14165592a
Octal313142501361322454513152
Binary11001011110010101010111101011010101001011001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0C15; }

 p { color: rgb(203,12,21); }

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

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

 a { background-color: rgb(203,12,21); }

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

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

 span { border-color: rgb(203,12,21); }

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