Html Css Color HEX #C5011F Venetian Red

📋 copy color: '#C5011F'

red 197 ◦ green 1 ◦ blue 31

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

Shades of Venetian Red #C5011F

Tints of Venetian Red #C5011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.54%

R = 86.03%
G = 0.44%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5011F (or 0xC5011F) is known color: Venetian Red. HEX triplet: C5, 01 and 1F. RGB value is (197,1,31). Sum of RGB (Red+Green+Blue) = 197+1+31=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C5011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5011F is #3AFEE0. Grayscale: #3F3F3F. Windows color (decimal): -3866337 or 2032069. OLE color: 2032069.

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

Color convert

RGB 197 1 31 -
CMYK 0 0.99 0.84 0.23
HSL 350.82º 0.99% 0.39% -
HSV(B) 350.82º 0.99% 0.77% -
XYZ 23.28 11.99 2.38 -
YUV 63.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 197 1 31 0 0.99 0.84 0.23 350.82 0.99 0.39
Hex C5 1 1F 0 63 54 17 15F 63 27
Octal 305 1 37 0 143 124 27 537 143 47
Binary 11000101 1 11111 0 1100011 1010100 10111 101011111 1100011 100111

Color Harmonies of #C5011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5011F

Black with #C5011F

Text Example


Text Example

White with #C5011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5011F; }

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

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

background-color css

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

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

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

border-color css

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

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

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