Html Css Color HEX #C5052A Venetian Red

📋 copy color: '#C5052A'

red 197 ◦ green 5 ◦ blue 42

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

Shades of Venetian Red #C5052A

Tints of Venetian Red #C5052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.05%

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

R = 80.74%
G = 2.05%
B = 17.21%

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

#C5052A (or 0xC5052A) is known color: Venetian Red. HEX triplet: C5, 05 and 2A. RGB value is (197,5,42). Sum of RGB (Red+Green+Blue) = 197+5+42=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5052A is #3AFAD5. Grayscale: #424242. Windows color (decimal): -3865302 or 2753989. OLE color: 2753989.

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

Color convert

RGB 197 5 42 -
CMYK 0 0.97 0.79 0.23
HSL 348.44º 0.95% 0.4% -
HSV(B) 348.44º 0.97% 0.77% -
XYZ 23.5 12.15 3.3 -
YUV 66.63 114.11 220.99 -
System Red Green Blue C M Y K H S L
Decimal 197 5 42 0 0.97 0.79 0.23 348.44 0.95 0.4
Hex C5 5 2A 0 61 4F 17 15C 5F 28
Octal 305 5 52 0 141 117 27 534 137 50
Binary 11000101 101 101010 0 1100001 1001111 10111 101011100 1011111 101000

Color Harmonies of #C5052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5052A

Black with #C5052A

Text Example


Text Example

White with #C5052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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