Html Css Color HEX #C91114 Venetian Red

📋 copy color: '#C91114'

red 201 ◦ green 17 ◦ blue 20

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

Shades of Venetian Red #C91114

Tints of Venetian Red #C91114

RGB

 RED value IS 201 (78.91% from 255) = 84.45%

 GREEN value IS 17 (7.03% from 255) = 7.14%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 84.45%
G = 7.14%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C91114 (or 0xC91114) is known color: Venetian Red. HEX triplet: C9, 11 and 14. RGB value is (201,17,20). Sum of RGB (Red+Green+Blue) = 201+17+20=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C91114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91114 is #36EEEB. Grayscale: #484848. Windows color (decimal): -3600108 or 1315273. OLE color: 1315273.

HSL color Cylindrical-coordinate representation of color #C91114: hue angle of 359.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C91114 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 17 20 -
CMYK 0 0.92 0.90 0.21
HSL 359.02º 0.84% 0.43% -
HSV(B) 359.02º 0.92% 0.79% -
XYZ 24.41 12.87 1.86 -
YUV 72.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 201 17 20 0 0.92 0.90 0.21 359.02 0.84 0.43
Hex C9 11 14 0 5C 5A 15 167 54 2B
Octal 311 21 24 0 134 132 25 547 124 53
Binary 11001001 10001 10100 0 1011100 1011010 10101 101100111 1010100 101011

Color Harmonies of #C91114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91114

Black with #C91114

Text Example


Text Example

White with #C91114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91114; }

 p { color: rgb(201,17,20); }

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

background-color css

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

 a { background-color: rgb(201,17,20); }

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

border-color css

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

 span { border-color: rgb(201,17,20); }

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