Html Css Color HEX #C5081B Venetian Red

📋 copy color: '#C5081B'

red 197 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #C5081B

Tints of Venetian Red #C5081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 84.91%
G = 3.45%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5081B (or 0xC5081B) is known color: Venetian Red. HEX triplet: C5, 08 and 1B. RGB value is (197,8,27). Sum of RGB (Red+Green+Blue) = 197+8+27=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C5081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5081B is #3AF7E4. Grayscale: #424242. Windows color (decimal): -3864549 or 1771717. OLE color: 1771717.

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

Color convert

RGB 197 8 27 -
CMYK 0 0.96 0.86 0.23
HSL 353.97º 0.92% 0.4% -
HSV(B) 353.97º 0.96% 0.77% -
XYZ 23.31 12.12 2.15 -
YUV 66.68 105.62 220.96 -
System Red Green Blue C M Y K H S L
Decimal 197 8 27 0 0.96 0.86 0.23 353.97 0.92 0.4
Hex C5 8 1B 0 60 56 17 162 5C 28
Octal 305 10 33 0 140 126 27 542 134 50
Binary 11000101 1000 11011 0 1100000 1010110 10111 101100010 1011100 101000

Color Harmonies of #C5081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5081B

Black with #C5081B

Text Example


Text Example

White with #C5081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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