Html Css Color HEX #CB0621 Venetian Red

📋 copy color: '#CB0621'

red 203 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #CB0621

Tints of Venetian Red #CB0621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 83.88%
G = 2.48%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB0621 (or 0xCB0621) is known color: Venetian Red. HEX triplet: CB, 06 and 21. RGB value is (203,6,33). Sum of RGB (Red+Green+Blue) = 203+6+33=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0621 is #34F9DE. Grayscale: #444444. Windows color (decimal): -3471839 or 2164427. OLE color: 2164427.

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

Color convert

RGB 203 6 33 -
CMYK 0 0.97 0.84 0.20
HSL 351.78º 0.94% 0.41% -
HSV(B) 351.78º 0.97% 0.8% -
XYZ 24.97 12.94 2.62 -
YUV 67.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 203 6 33 0 0.97 0.84 0.20 351.78 0.94 0.41
Hex CB 6 21 0 61 54 14 160 5E 29
Octal 313 6 41 0 141 124 24 540 136 51
Binary 11001011 110 100001 0 1100001 1010100 10100 101100000 1011110 101001

Color Harmonies of #CB0621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0621

Black with #CB0621

Text Example


Text Example

White with #CB0621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0621; }

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

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

background-color css

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

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

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

border-color css

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

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

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