Html Css Color HEX #C5051A Venetian Red

📋 copy color: '#C5051A'

red 197 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #C5051A

Tints of Venetian Red #C5051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.4%

R = 86.4%
G = 2.19%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5051A (or 0xC5051A) is known color: Venetian Red. HEX triplet: C5, 05 and 1A. RGB value is (197,5,26). Sum of RGB (Red+Green+Blue) = 197+5+26=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C5051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5051A is #3AFAE5. Grayscale: #404040. Windows color (decimal): -3865318 or 1705413. OLE color: 1705413.

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

Color convert

RGB 197 5 26 -
CMYK 0 0.97 0.87 0.23
HSL 353.44º 0.95% 0.4% -
HSV(B) 353.44º 0.97% 0.77% -
XYZ 23.27 12.05 2.08 -
YUV 64.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 197 5 26 0 0.97 0.87 0.23 353.44 0.95 0.4
Hex C5 5 1A 0 61 57 17 161 5F 28
Octal 305 5 32 0 141 127 27 541 137 50
Binary 11000101 101 11010 0 1100001 1010111 10111 101100001 1011111 101000

Color Harmonies of #C5051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5051A

Black with #C5051A

Text Example


Text Example

White with #C5051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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