Html Css Color HEX #C5011B Venetian Red

📋 copy color: '#C5011B'

red 197 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #C5011B

Tints of Venetian Red #C5011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 87.56%
G = 0.44%
B = 12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5011B (or 0xC5011B) is known color: Venetian Red. HEX triplet: C5, 01 and 1B. RGB value is (197,1,27). Sum of RGB (Red+Green+Blue) = 197+1+27=225 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 197 - color contains mainly: red. Hex color #C5011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5011B is #3AFEE4. Grayscale: #3E3E3E. Windows color (decimal): -3866341 or 1769925. OLE color: 1769925.

HSL color Cylindrical-coordinate representation of color #C5011B: hue angle of 352.04º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5011B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 1 27 -
CMYK 0 0.99 0.86 0.23
HSL 352.04º 0.99% 0.39% -
HSV(B) 352.04º 0.99% 0.77% -
XYZ 23.23 11.97 2.12 -
YUV 62.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 197 1 27 0 0.99 0.86 0.23 352.04 0.99 0.39
Hex C5 1 1B 0 63 56 17 160 63 27
Octal 305 1 33 0 143 126 27 540 143 47
Binary 11000101 1 11011 0 1100011 1010110 10111 101100000 1100011 100111

Color Harmonies of #C5011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5011B

Black with #C5011B

Text Example


Text Example

White with #C5011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5011B; }

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

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

background-color css

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

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

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

border-color css

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

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

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