Html Css Color HEX #CB0809 Venetian Red

📋 copy color: '#CB0809'

red 203 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #CB0809

Tints of Venetian Red #CB0809

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.64%

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 92.27%
G = 3.64%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB0809 (or 0xCB0809) is known color: Venetian Red. HEX triplet: CB, 08 and 09. RGB value is (203,8,9). Sum of RGB (Red+Green+Blue) = 203+8+9=220 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.27% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0809 is #34F7F6. Grayscale: #424242. Windows color (decimal): -3471351 or 592075. OLE color: 592075.

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

Color convert

RGB 203 8 9 -
CMYK 0 0.96 0.96 0.20
HSL 359.69º 0.92% 0.41% -
HSV(B) 359.69º 0.96% 0.8% -
XYZ 24.76 12.89 1.44 -
YUV 66.42 95.6 225.42 -
System Red Green Blue C M Y K H S L
Decimal 203 8 9 0 0.96 0.96 0.20 359.69 0.92 0.41
Hex CB 8 9 0 60 60 14 168 5C 29
Octal 313 10 11 0 140 140 24 550 134 51
Binary 11001011 1000 1001 0 1100000 1100000 10100 101101000 1011100 101001

Color Harmonies of #CB0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0809

Black with #CB0809

Text Example


Text Example

White with #CB0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0809; }

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

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

background-color css

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

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

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

border-color css

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

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

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