Html Css Color HEX #CB0913 Venetian Red

📋 copy color: '#CB0913'

red 203 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #CB0913

Tints of Venetian Red #CB0913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.9%

 BLUE value IS 19 (7.81% from 255) = 8.23%

R = 87.88%
G = 3.9%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CB0913 (or 0xCB0913) is known color: Venetian Red. HEX triplet: CB, 09 and 13. RGB value is (203,9,19). Sum of RGB (Red+Green+Blue) = 203+9+19=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0913 is #34F6EC. Grayscale: #444444. Windows color (decimal): -3471085 or 1247691. OLE color: 1247691.

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

Color convert

RGB 203 9 19 -
CMYK 0 0.96 0.91 0.20
HSL 356.91º 0.92% 0.42% -
HSV(B) 356.91º 0.96% 0.8% -
XYZ 24.84 12.94 1.8 -
YUV 68.15 100.27 224.19 -
System Red Green Blue C M Y K H S L
Decimal 203 9 19 0 0.96 0.91 0.20 356.91 0.92 0.42
Hex CB 9 13 0 60 5B 14 165 5C 2A
Octal 313 11 23 0 140 133 24 545 134 52
Binary 11001011 1001 10011 0 1100000 1011011 10100 101100101 1011100 101010

Color Harmonies of #CB0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0913

Black with #CB0913

Text Example


Text Example

White with #CB0913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0913; }

 p { color: rgb(203,9,19); }

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

background-color css

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

 a { background-color: rgb(203,9,19); }

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

border-color css

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

 span { border-color: rgb(203,9,19); }

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