Html Css Color HEX #C5062A Venetian Red

📋 copy color: '#C5062A'

red 197 ◦ green 6 ◦ blue 42

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

Shades of Venetian Red #C5062A

Tints of Venetian Red #C5062A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.14%

R = 80.41%
G = 2.45%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5062A (or 0xC5062A) is known color: Venetian Red. HEX triplet: C5, 06 and 2A. RGB value is (197,6,42). Sum of RGB (Red+Green+Blue) = 197+6+42=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5062A is #3AF9D5. Grayscale: #434343. Windows color (decimal): -3865046 or 2754245. OLE color: 2754245.

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

Color convert

RGB 197 6 42 -
CMYK 0 0.97 0.79 0.23
HSL 348.69º 0.94% 0.4% -
HSV(B) 348.69º 0.97% 0.77% -
XYZ 23.51 12.17 3.3 -
YUV 67.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 197 6 42 0 0.97 0.79 0.23 348.69 0.94 0.4
Hex C5 6 2A 0 61 4F 17 15D 5E 28
Octal 305 6 52 0 141 117 27 535 136 50
Binary 11000101 110 101010 0 1100001 1001111 10111 101011101 1011110 101000

Color Harmonies of #C5062A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5062A

Black with #C5062A

Text Example


Text Example

White with #C5062A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5062A; }

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

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

background-color css

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

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

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

border-color css

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

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

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