Html Css Color HEX #C5012A Venetian Red

📋 copy color: '#C5012A'

red 197 ◦ green 1 ◦ blue 42

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

Shades of Venetian Red #C5012A

Tints of Venetian Red #C5012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 82.08%
G = 0.42%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5012A (or 0xC5012A) is known color: Venetian Red. HEX triplet: C5, 01 and 2A. RGB value is (197,1,42). Sum of RGB (Red+Green+Blue) = 197+1+42=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C5012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5012A is #3AFED5. Grayscale: #404040. Windows color (decimal): -3866326 or 2752965. OLE color: 2752965.

HSL color Cylindrical-coordinate representation of color #C5012A: hue angle of 347.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5012A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 42 -
CMYK 0 0.99 0.79 0.23
HSL 347.45º 0.99% 0.39% -
HSV(B) 347.45º 0.99% 0.77% -
XYZ 23.45 12.06 3.28 -
YUV 64.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 197 1 42 0 0.99 0.79 0.23 347.45 0.99 0.39
Hex C5 1 2A 0 63 4F 17 15B 63 27
Octal 305 1 52 0 143 117 27 533 143 47
Binary 11000101 1 101010 0 1100011 1001111 10111 101011011 1100011 100111

Color Harmonies of #C5012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5012A

Black with #C5012A

Text Example


Text Example

White with #C5012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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