Html Css Color HEX #CB0709 Venetian Red

📋 copy color: '#CB0709'

red 203 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #CB0709

Tints of Venetian Red #CB0709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 92.69%
G = 3.2%
B = 4.11%

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

#CB0709 (or 0xCB0709) is known color: Venetian Red. HEX triplet: CB, 07 and 09. RGB value is (203,7,9). Sum of RGB (Red+Green+Blue) = 203+7+9=219 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.69% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 9 (3.91% from 255 or 4.11% from 219); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0709 is #34F8F6. Grayscale: #424242. Windows color (decimal): -3471607 or 591819. OLE color: 591819.

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

Color convert

RGB 203 7 9 -
CMYK 0 0.97 0.96 0.20
HSL 359.39º 0.93% 0.41% -
HSV(B) 359.39º 0.97% 0.8% -
XYZ 24.75 12.87 1.44 -
YUV 65.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 203 7 9 0 0.97 0.96 0.20 359.39 0.93 0.41
Hex CB 7 9 0 61 60 14 167 5D 29
Octal 313 7 11 0 141 140 24 547 135 51
Binary 11001011 111 1001 0 1100001 1100000 10100 101100111 1011101 101001

Color Harmonies of #CB0709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0709

Black with #CB0709

Text Example


Text Example

White with #CB0709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0709; }

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

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

background-color css

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

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

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

border-color css

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

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

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