Html Css Color HEX #C6001B Venetian Red

📋 copy color: '#C6001B'

red 198 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #C6001B

Tints of Venetian Red #C6001B

RGB

 RED value IS 198 (77.73% from 255) = 88%

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

 BLUE value IS 27 (10.94% from 255) = 12%

R = 88%
G = 0%
B = 12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C6001B (or 0xC6001B) is known color: Venetian Red. HEX triplet: C6, 00 and 1B. RGB value is (198,0,27). Sum of RGB (Red+Green+Blue) = 198+0+27=225 (29% of max value = 765). Red value is 198 (77.73% from 255 or 88% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 198 - color contains mainly: red. Hex color #C6001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6001B is #39FFE4. Grayscale: #3E3E3E. Windows color (decimal): -3801061 or 1769670. OLE color: 1769670.

HSL color Cylindrical-coordinate representation of color #C6001B: hue angle of 351.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6001B is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 27 -
CMYK 0 1 0.86 0.22
HSL 351.82º 1% 0.39% -
HSV(B) 351.82º 1% 0.78% -
XYZ 23.49 12.08 2.13 -
YUV 62.28 108.1 224.8 -
System Red Green Blue C M Y K H S L
Decimal 198 0 27 0 1 0.86 0.22 351.82 1 0.39
Hex C6 0 1B 0 64 56 16 160 64 27
Octal 306 0 33 0 144 126 26 540 144 47
Binary 11000110 0 11011 0 1100100 1010110 10110 101100000 1100100 100111

Color Harmonies of #C6001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6001B

Black with #C6001B

Text Example


Text Example

White with #C6001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6001B; }

 p { color: rgb(198,0,27); }

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

background-color css

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

 a { background-color: rgb(198,0,27); }

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

border-color css

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

 span { border-color: rgb(198,0,27); }

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