Html Css Color HEX #C5032B Venetian Red

📋 copy color: '#C5032B'

red 197 ◦ green 3 ◦ blue 43

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

Shades of Venetian Red #C5032B

Tints of Venetian Red #C5032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 81.07%
G = 1.23%
B = 17.7%

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

#C5032B (or 0xC5032B) is known color: Venetian Red. HEX triplet: C5, 03 and 2B. RGB value is (197,3,43). Sum of RGB (Red+Green+Blue) = 197+3+43=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5032B is #3AFCD4. Grayscale: #414141. Windows color (decimal): -3865813 or 2819013. OLE color: 2819013.

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

Color convert

RGB 197 3 43 -
CMYK 0 0.98 0.78 0.23
HSL 347.63º 0.97% 0.39% -
HSV(B) 347.63º 0.98% 0.77% -
XYZ 23.49 12.11 3.38 -
YUV 65.57 115.27 221.75 -
System Red Green Blue C M Y K H S L
Decimal 197 3 43 0 0.98 0.78 0.23 347.63 0.97 0.39
Hex C5 3 2B 0 62 4E 17 15C 61 27
Octal 305 3 53 0 142 116 27 534 141 47
Binary 11000101 11 101011 0 1100010 1001110 10111 101011100 1100001 100111

Color Harmonies of #C5032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5032B

Black with #C5032B

Text Example


Text Example

White with #C5032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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