Html Css Color HEX #C5050A Venetian Red

📋 copy color: '#C5050A'

red 197 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #C5050A

Tints of Venetian Red #C5050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 92.92%
G = 2.36%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5050A (or 0xC5050A) is known color: Venetian Red. HEX triplet: C5, 05 and 0A. RGB value is (197,5,10). Sum of RGB (Red+Green+Blue) = 197+5+10=212 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.92% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 197 - color contains mainly: red. Hex color #C5050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5050A is #3AFAF5. Grayscale: #3F3F3F. Windows color (decimal): -3865334 or 656837. OLE color: 656837.

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

Color convert

RGB 197 5 10 -
CMYK 0 0.97 0.95 0.23
HSL 358.44º 0.95% 0.4% -
HSV(B) 358.44º 0.97% 0.77% -
XYZ 23.14 12 1.38 -
YUV 62.98 98.11 223.59 -
System Red Green Blue C M Y K H S L
Decimal 197 5 10 0 0.97 0.95 0.23 358.44 0.95 0.4
Hex C5 5 A 0 61 5F 17 166 5F 28
Octal 305 5 12 0 141 137 27 546 137 50
Binary 11000101 101 1010 0 1100001 1011111 10111 101100110 1011111 101000

Color Harmonies of #C5050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5050A

Black with #C5050A

Text Example


Text Example

White with #C5050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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