#CB0024

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

Shades of Venetian Red #CB0024

Tints of Venetian Red #CB0024

Color information

#CB0024 (or 0xCB0024) is unknown color: approx Venetian Red. HEX triplet: CB, 00 and 24. RGB value is (203,0,36). Sum of RGB (Red+Green+Blue) = 203+0+36=239 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.94% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0024 is #34FFDB. Grayscale: #404040. Windows color (decimal): -3473372 or 2359499. OLE color: 2359499.

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

Color convert

RGB203036-
CMYK010.820.20
HSL349.36º100%39.8%-
HSV(B)349.36º100%79.61%-
XYZ24.9512.822.83-
YUV64.8111.75226.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 84.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 15.06%
R=84.94%
G=0%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203036010.820.20349.3610039.8
HexCB024064521415d6428
Octal31304401441222453514450
Binary110010110100100011001001010010101001010111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0024; }

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

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

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

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

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

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

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

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