Html Css Color HEX #C5051E Venetian Red

📋 copy color: '#C5051E'

red 197 ◦ green 5 ◦ blue 30

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

Shades of Venetian Red #C5051E

Tints of Venetian Red #C5051E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 84.91%
G = 2.16%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5051E (or 0xC5051E) is known color: Venetian Red. HEX triplet: C5, 05 and 1E. RGB value is (197,5,30). Sum of RGB (Red+Green+Blue) = 197+5+30=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5051E is #3AFAE1. Grayscale: #414141. Windows color (decimal): -3865314 or 1967557. OLE color: 1967557.

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

Color convert

RGB 197 5 30 -
CMYK 0 0.97 0.85 0.23
HSL 352.19º 0.95% 0.4% -
HSV(B) 352.19º 0.97% 0.77% -
XYZ 23.31 12.07 2.33 -
YUV 65.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 197 5 30 0 0.97 0.85 0.23 352.19 0.95 0.4
Hex C5 5 1E 0 61 55 17 160 5F 28
Octal 305 5 36 0 141 125 27 540 137 50
Binary 11000101 101 11110 0 1100001 1010101 10111 101100000 1011111 101000

Color Harmonies of #C5051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5051E

Black with #C5051E

Text Example


Text Example

White with #C5051E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5051E; }

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

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

background-color css

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

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

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

border-color css

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

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

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