Html Css Color HEX #CB0811 Venetian Red

📋 copy color: '#CB0811'

red 203 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #CB0811

Tints of Venetian Red #CB0811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

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

R = 89.04%
G = 3.51%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB0811 (or 0xCB0811) is known color: Venetian Red. HEX triplet: CB, 08 and 11. RGB value is (203,8,17). Sum of RGB (Red+Green+Blue) = 203+8+17=228 (30% of max value = 765). Red value is 203 (79.69% from 255 or 89.04% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0811 is #34F7EE. Grayscale: #434343. Windows color (decimal): -3471343 or 1116363. OLE color: 1116363.

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

Color convert

RGB 203 8 17 -
CMYK 0 0.96 0.92 0.20
HSL 357.23º 0.92% 0.41% -
HSV(B) 357.23º 0.96% 0.8% -
XYZ 24.82 12.91 1.71 -
YUV 67.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 203 8 17 0 0.96 0.92 0.20 357.23 0.92 0.41
Hex CB 8 11 0 60 5C 14 165 5C 29
Octal 313 10 21 0 140 134 24 545 134 51
Binary 11001011 1000 10001 0 1100000 1011100 10100 101100101 1011100 101001

Color Harmonies of #CB0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0811

Black with #CB0811

Text Example


Text Example

White with #CB0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0811; }

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

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

background-color css

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

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

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

border-color css

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

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

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