Html Css Color HEX #CB091D Venetian Red

📋 copy color: '#CB091D'

red 203 ◦ green 9 ◦ blue 29

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

Shades of Venetian Red #CB091D

Tints of Venetian Red #CB091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 84.23%
G = 3.73%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CB091D (or 0xCB091D) is known color: Venetian Red. HEX triplet: CB, 09 and 1D. RGB value is (203,9,29). Sum of RGB (Red+Green+Blue) = 203+9+29=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB091D is #34F6E2. Grayscale: #454545. Windows color (decimal): -3471075 or 1903051. OLE color: 1903051.

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

Color convert

RGB 203 9 29 -
CMYK 0 0.96 0.86 0.20
HSL 353.81º 0.92% 0.42% -
HSV(B) 353.81º 0.96% 0.8% -
XYZ 24.95 12.98 2.35 -
YUV 69.29 105.27 223.37 -
System Red Green Blue C M Y K H S L
Decimal 203 9 29 0 0.96 0.86 0.20 353.81 0.92 0.42
Hex CB 9 1D 0 60 56 14 162 5C 2A
Octal 313 11 35 0 140 126 24 542 134 52
Binary 11001011 1001 11101 0 1100000 1010110 10100 101100010 1011100 101010

Color Harmonies of #CB091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB091D

Black with #CB091D

Text Example


Text Example

White with #CB091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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