Html Css Color HEX #C5101B Venetian Red

📋 copy color: '#C5101B'

red 197 ◦ green 16 ◦ blue 27

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

Shades of Venetian Red #C5101B

Tints of Venetian Red #C5101B

RGB

 RED value IS 197 (77.34% from 255) = 82.08%

 GREEN value IS 16 (6.64% from 255) = 6.67%

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

R = 82.08%
G = 6.67%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5101B (or 0xC5101B) is known color: Venetian Red. HEX triplet: C5, 10 and 1B. RGB value is (197,16,27). Sum of RGB (Red+Green+Blue) = 197+16+27=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C5101B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5101B is #3AEFE4. Grayscale: #474747. Windows color (decimal): -3862501 or 1773765. OLE color: 1773765.

HSL color Cylindrical-coordinate representation of color #C5101B: hue angle of 356.35º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5101B is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 16 27 -
CMYK 0 0.92 0.86 0.23
HSL 356.35º 0.85% 0.42% -
HSV(B) 356.35º 0.92% 0.77% -
XYZ 23.41 12.32 2.18 -
YUV 71.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 197 16 27 0 0.92 0.86 0.23 356.35 0.85 0.42
Hex C5 10 1B 0 5C 56 17 164 55 2A
Octal 305 20 33 0 134 126 27 544 125 52
Binary 11000101 10000 11011 0 1011100 1010110 10111 101100100 1010101 101010

Color Harmonies of #C5101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5101B

Black with #C5101B

Text Example


Text Example

White with #C5101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5101B; }

 p { color: rgb(197,16,27); }

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

background-color css

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

 a { background-color: rgb(197,16,27); }

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

border-color css

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

 span { border-color: rgb(197,16,27); }

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