Html Css Color HEX #CB0616 Venetian Red

📋 copy color: '#CB0616'

red 203 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #CB0616

Tints of Venetian Red #CB0616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.52%

R = 87.88%
G = 2.6%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB0616 (or 0xCB0616) is known color: Venetian Red. HEX triplet: CB, 06 and 16. RGB value is (203,6,22). Sum of RGB (Red+Green+Blue) = 203+6+22=231 (30% of max value = 765). Red value is 203 (79.69% from 255 or 87.88% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0616 is #34F9E9. Grayscale: #424242. Windows color (decimal): -3471850 or 1443531. OLE color: 1443531.

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

Color convert

RGB 203 6 22 -
CMYK 0 0.97 0.89 0.20
HSL 355.13º 0.94% 0.41% -
HSV(B) 355.13º 0.97% 0.8% -
XYZ 24.84 12.88 1.94 -
YUV 66.73 102.77 225.2 -
System Red Green Blue C M Y K H S L
Decimal 203 6 22 0 0.97 0.89 0.20 355.13 0.94 0.41
Hex CB 6 16 0 61 59 14 163 5E 29
Octal 313 6 26 0 141 131 24 543 136 51
Binary 11001011 110 10110 0 1100001 1011001 10100 101100011 1011110 101001

Color Harmonies of #CB0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0616

Black with #CB0616

Text Example


Text Example

White with #CB0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0616; }

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

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

background-color css

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

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

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

border-color css

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

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

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