Html Css Color HEX #C5032C Venetian Red

📋 copy color: '#C5032C'

red 197 ◦ green 3 ◦ blue 44

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

Shades of Venetian Red #C5032C

Tints of Venetian Red #C5032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 44 (17.58% from 255) = 18.03%

R = 80.74%
G = 1.23%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5032C (or 0xC5032C) is known color: Venetian Red. HEX triplet: C5, 03 and 2C. RGB value is (197,3,44). Sum of RGB (Red+Green+Blue) = 197+3+44=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5032C is #3AFCD3. Grayscale: #414141. Windows color (decimal): -3865812 or 2884549. OLE color: 2884549.

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

Color convert

RGB 197 3 44 -
CMYK 0 0.98 0.78 0.23
HSL 347.32º 0.97% 0.39% -
HSV(B) 347.32º 0.98% 0.77% -
XYZ 23.51 12.12 3.48 -
YUV 65.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 197 3 44 0 0.98 0.78 0.23 347.32 0.97 0.39
Hex C5 3 2C 0 62 4E 17 15B 61 27
Octal 305 3 54 0 142 116 27 533 141 47
Binary 11000101 11 101100 0 1100010 1001110 10111 101011011 1100001 100111

Color Harmonies of #C5032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5032C

Black with #C5032C

Text Example


Text Example

White with #C5032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5032C; }

 p { color: rgb(197,3,44); }

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

background-color css

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

 a { background-color: rgb(197,3,44); }

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

border-color css

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

 span { border-color: rgb(197,3,44); }

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