Html Css Color HEX #CB011C Venetian Red

📋 copy color: '#CB011C'

red 203 ◦ green 1 ◦ blue 28

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

Shades of Venetian Red #CB011C

Tints of Venetian Red #CB011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 87.5%
G = 0.43%
B = 12.07%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB011C (or 0xCB011C) is known color: Venetian Red. HEX triplet: CB, 01 and 1C. RGB value is (203,1,28). Sum of RGB (Red+Green+Blue) = 203+1+28=232 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.5% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 203 - color contains mainly: red. Hex color #CB011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB011C is #34FEE3. Grayscale: #404040. Windows color (decimal): -3473124 or 1835467. OLE color: 1835467.

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

Color convert

RGB 203 1 28 -
CMYK 0 1.00 0.86 0.20
HSL 351.98º 0.99% 0.4% -
HSV(B) 351.98º 1% 0.8% -
XYZ 24.85 12.8 2.26 -
YUV 64.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 203 1 28 0 1.00 0.86 0.20 351.98 0.99 0.4
Hex CB 1 1C 0 64 56 14 160 63 28
Octal 313 1 34 0 144 126 24 540 143 50
Binary 11001011 1 11100 0 1100100 1010110 10100 101100000 1100011 101000

Color Harmonies of #CB011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB011C

Black with #CB011C

Text Example


Text Example

White with #CB011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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