Html Css Color HEX #CB011B Venetian Red

📋 copy color: '#CB011B'

red 203 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #CB011B

Tints of Venetian Red #CB011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 87.88%
G = 0.43%
B = 11.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CB011B (or 0xCB011B) is known color: Venetian Red. HEX triplet: CB, 01 and 1B. RGB value is (203,1,27). Sum of RGB (Red+Green+Blue) = 203+1+27=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB011B is #34FEE4. Grayscale: #404040. Windows color (decimal): -3473125 or 1769931. OLE color: 1769931.

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

Color convert

RGB 203 1 27 -
CMYK 0 1.00 0.87 0.20
HSL 352.28º 0.99% 0.4% -
HSV(B) 352.28º 1% 0.8% -
XYZ 24.84 12.8 2.2 -
YUV 64.36 106.92 226.89 -
System Red Green Blue C M Y K H S L
Decimal 203 1 27 0 1.00 0.87 0.20 352.28 0.99 0.4
Hex CB 1 1B 0 64 57 14 160 63 28
Octal 313 1 33 0 144 127 24 540 143 50
Binary 11001011 1 11011 0 1100100 1010111 10100 101100000 1100011 101000

Color Harmonies of #CB011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB011B

Black with #CB011B

Text Example


Text Example

White with #CB011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB011B; }

 p { color: rgb(203,1,27); }

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

background-color css

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

 a { background-color: rgb(203,1,27); }

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

border-color css

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

 span { border-color: rgb(203,1,27); }

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