Html Css Color HEX #C5061B Venetian Red

📋 copy color: '#C5061B'

red 197 ◦ green 6 ◦ blue 27

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

Shades of Venetian Red #C5061B

Tints of Venetian Red #C5061B

RGB

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

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

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

R = 85.65%
G = 2.61%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5061B (or 0xC5061B) is known color: Venetian Red. HEX triplet: C5, 06 and 1B. RGB value is (197,6,27). Sum of RGB (Red+Green+Blue) = 197+6+27=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C5061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5061B is #3AF9E4. Grayscale: #414141. Windows color (decimal): -3865061 or 1771205. OLE color: 1771205.

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

Color convert

RGB 197 6 27 -
CMYK 0 0.97 0.86 0.23
HSL 353.4º 0.94% 0.4% -
HSV(B) 353.4º 0.97% 0.77% -
XYZ 23.29 12.08 2.14 -
YUV 65.5 106.28 221.79 -
System Red Green Blue C M Y K H S L
Decimal 197 6 27 0 0.97 0.86 0.23 353.4 0.94 0.4
Hex C5 6 1B 0 61 56 17 161 5E 28
Octal 305 6 33 0 141 126 27 541 136 50
Binary 11000101 110 11011 0 1100001 1010110 10111 101100001 1011110 101000

Color Harmonies of #C5061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5061B

Black with #C5061B

Text Example


Text Example

White with #C5061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5061B; }

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

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

background-color css

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

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

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

border-color css

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

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

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