Html Css Color HEX #CB0620 Venetian Red

📋 copy color: '#CB0620'

red 203 ◦ green 6 ◦ blue 32

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

Shades of Venetian Red #CB0620

Tints of Venetian Red #CB0620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 84.23%
G = 2.49%
B = 13.28%

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

#CB0620 (or 0xCB0620) is known color: Venetian Red. HEX triplet: CB, 06 and 20. RGB value is (203,6,32). Sum of RGB (Red+Green+Blue) = 203+6+32=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0620 is #34F9DF. Grayscale: #434343. Windows color (decimal): -3471840 or 2098891. OLE color: 2098891.

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

Color convert

RGB 203 6 32 -
CMYK 0 0.97 0.84 0.20
HSL 352.08º 0.94% 0.41% -
HSV(B) 352.08º 0.97% 0.8% -
XYZ 24.95 12.93 2.55 -
YUV 67.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 203 6 32 0 0.97 0.84 0.20 352.08 0.94 0.41
Hex CB 6 20 0 61 54 14 160 5E 29
Octal 313 6 40 0 141 124 24 540 136 51
Binary 11001011 110 100000 0 1100001 1010100 10100 101100000 1011110 101001

Color Harmonies of #CB0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0620

Black with #CB0620

Text Example


Text Example

White with #CB0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0620; }

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

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

background-color css

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

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

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

border-color css

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

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

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