Html Css Color HEX #C5081D Venetian Red

📋 copy color: '#C5081D'

red 197 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #C5081D

Tints of Venetian Red #C5081D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

 BLUE value IS 29 (11.72% from 255) = 12.39%

R = 84.19%
G = 3.42%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5081D (or 0xC5081D) is known color: Venetian Red. HEX triplet: C5, 08 and 1D. RGB value is (197,8,29). Sum of RGB (Red+Green+Blue) = 197+8+29=234 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.19% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 197 - color contains mainly: red. Hex color #C5081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5081D is #3AF7E2. Grayscale: #434343. Windows color (decimal): -3864547 or 1902789. OLE color: 1902789.

HSL color Cylindrical-coordinate representation of color #C5081D: hue angle of 353.33º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5081D is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 8 29 -
CMYK 0 0.96 0.85 0.23
HSL 353.33º 0.92% 0.4% -
HSV(B) 353.33º 0.96% 0.77% -
XYZ 23.33 12.13 2.27 -
YUV 66.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 197 8 29 0 0.96 0.85 0.23 353.33 0.92 0.4
Hex C5 8 1D 0 60 55 17 161 5C 28
Octal 305 10 35 0 140 125 27 541 134 50
Binary 11000101 1000 11101 0 1100000 1010101 10111 101100001 1011100 101000

Color Harmonies of #C5081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5081D

Black with #C5081D

Text Example


Text Example

White with #C5081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5081D; }

 p { color: rgb(197,8,29); }

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

background-color css

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

 a { background-color: rgb(197,8,29); }

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

border-color css

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

 span { border-color: rgb(197,8,29); }

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