Html Css Color HEX #CB0611 Venetian Red

📋 copy color: '#CB0611'

red 203 ◦ green 6 ◦ blue 17

#CB0611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CB0611

Tints of Venetian Red #CB0611

RGB

 RED value IS 203 (79.69% from 255) = 89.82%

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 17 (7.03% from 255) = 7.52%

R = 89.82%
G = 2.65%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB0611 (or 0xCB0611) is known color: Venetian Red. HEX triplet: CB, 06 and 11. RGB value is (203,6,17). Sum of RGB (Red+Green+Blue) = 203+6+17=226 (29% of max value = 765). Red value is 203 (79.69% from 255 or 89.82% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0611 is #34F9EE. Grayscale: #424242. Windows color (decimal): -3471855 or 1115851. OLE color: 1115851.

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

Color convert

RGB 203 6 17 -
CMYK 0 0.97 0.92 0.20
HSL 356.65º 0.94% 0.41% -
HSV(B) 356.65º 0.97% 0.8% -
XYZ 24.79 12.87 1.71 -
YUV 66.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 203 6 17 0 0.97 0.92 0.20 356.65 0.94 0.41
Hex CB 6 11 0 61 5C 14 165 5E 29
Octal 313 6 21 0 141 134 24 545 136 51
Binary 11001011 110 10001 0 1100001 1011100 10100 101100101 1011110 101001

Color Harmonies of #CB0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0611

Black with #CB0611

Text Example


Text Example

White with #CB0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0611; }

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

 H1.HeaderClassName
 {
   color: #CB0611;
 }
 .AnyTagClassName
 {
   color: #CB0611;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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