Html Css Color HEX #C91215 Venetian Red

📋 copy color: '#C91215'

red 201 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #C91215

Tints of Venetian Red #C91215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.5%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 83.75%
G = 7.5%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C91215 (or 0xC91215) is known color: Venetian Red. HEX triplet: C9, 12 and 15. RGB value is (201,18,21). Sum of RGB (Red+Green+Blue) = 201+18+21=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C91215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91215 is #36EDEA. Grayscale: #494949. Windows color (decimal): -3599851 or 1381065. OLE color: 1381065.

HSL color Cylindrical-coordinate representation of color #C91215: 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.91%. Process color model (Four color, CMYK) of #C91215 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 18 21 -
CMYK 0 0.91 0.90 0.21
HSL 359.02º 0.84% 0.43% -
HSV(B) 359.02º 0.91% 0.79% -
XYZ 24.44 12.9 1.91 -
YUV 73.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 201 18 21 0 0.91 0.90 0.21 359.02 0.84 0.43
Hex C9 12 15 0 5B 5A 15 167 54 2B
Octal 311 22 25 0 133 132 25 547 124 53
Binary 11001001 10010 10101 0 1011011 1011010 10101 101100111 1010100 101011

Color Harmonies of #C91215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91215

Black with #C91215

Text Example


Text Example

White with #C91215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91215; }

 p { color: rgb(201,18,21); }

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

background-color css

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

 a { background-color: rgb(201,18,21); }

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

border-color css

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

 span { border-color: rgb(201,18,21); }

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