Html Css Color HEX #CB0029 Venetian Red

📋 copy color: '#CB0029'

red 203 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #CB0029

Tints of Venetian Red #CB0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 83.2%
G = 0%
B = 16.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB0029 (or 0xCB0029) is known color: Venetian Red. HEX triplet: CB, 00 and 29. RGB value is (203,0,41). Sum of RGB (Red+Green+Blue) = 203+0+41=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0029 is #34FFD6. Grayscale: #414141. Windows color (decimal): -3473367 or 2687179. OLE color: 2687179.

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

Color convert

RGB 203 0 41 -
CMYK 0 1 0.80 0.20
HSL 347.88º 1% 0.4% -
HSV(B) 347.88º 1% 0.8% -
XYZ 25.03 12.86 3.26 -
YUV 65.37 114.25 226.17 -
System Red Green Blue C M Y K H S L
Decimal 203 0 41 0 1 0.80 0.20 347.88 1 0.4
Hex CB 0 29 0 64 50 14 15C 64 28
Octal 313 0 51 0 144 120 24 534 144 50
Binary 11001011 0 101001 0 1100100 1010000 10100 101011100 1100100 101000

Color Harmonies of #CB0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0029

Black with #CB0029

Text Example


Text Example

White with #CB0029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0029; }

 p { color: rgb(203,0,41); }

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

background-color css

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

 a { background-color: rgb(203,0,41); }

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

border-color css

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

 span { border-color: rgb(203,0,41); }

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