Html Css Color HEX #CB0311 Venetian Red

📋 copy color: '#CB0311'

red 203 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #CB0311

Tints of Venetian Red #CB0311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 91.03%
G = 1.35%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CB0311 (or 0xCB0311) is known color: Venetian Red. HEX triplet: CB, 03 and 11. RGB value is (203,3,17). Sum of RGB (Red+Green+Blue) = 203+3+17=223 (29% of max value = 765). Red value is 203 (79.69% from 255 or 91.03% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0311 is #34FCEE. Grayscale: #404040. Windows color (decimal): -3472623 or 1115083. OLE color: 1115083.

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

Color convert

RGB 203 3 17 -
CMYK 0 0.99 0.92 0.20
HSL 355.8º 0.97% 0.4% -
HSV(B) 355.8º 0.99% 0.8% -
XYZ 24.76 12.8 1.7 -
YUV 64.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 203 3 17 0 0.99 0.92 0.20 355.8 0.97 0.4
Hex CB 3 11 0 63 5C 14 164 61 28
Octal 313 3 21 0 143 134 24 544 141 50
Binary 11001011 11 10001 0 1100011 1011100 10100 101100100 1100001 101000

Color Harmonies of #CB0311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0311

Black with #CB0311

Text Example


Text Example

White with #CB0311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0311; }

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

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

background-color css

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

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

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

border-color css

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

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

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