Html Css Color HEX #CB0609 Venetian Red

📋 copy color: '#CB0609'

red 203 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #CB0609

Tints of Venetian Red #CB0609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 93.12%
G = 2.75%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB0609 (or 0xCB0609) is known color: Venetian Red. HEX triplet: CB, 06 and 09. RGB value is (203,6,9). Sum of RGB (Red+Green+Blue) = 203+6+9=218 (28% of max value = 765). Red value is 203 (79.69% from 255 or 93.12% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0609 is #34F9F6. Grayscale: #414141. Windows color (decimal): -3471863 or 591563. OLE color: 591563.

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

Color convert

RGB 203 6 9 -
CMYK 0 0.97 0.96 0.20
HSL 359.09º 0.94% 0.41% -
HSV(B) 359.09º 0.97% 0.8% -
XYZ 24.74 12.85 1.43 -
YUV 65.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 203 6 9 0 0.97 0.96 0.20 359.09 0.94 0.41
Hex CB 6 9 0 61 60 14 167 5E 29
Octal 313 6 11 0 141 140 24 547 136 51
Binary 11001011 110 1001 0 1100001 1100000 10100 101100111 1011110 101001

Color Harmonies of #CB0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0609

Black with #CB0609

Text Example


Text Example

White with #CB0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0609; }

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

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

background-color css

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

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

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

border-color css

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

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

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