Html Css Color HEX #C91019 Venetian Red

📋 copy color: '#C91019'

red 201 ◦ green 16 ◦ blue 25

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

Shades of Venetian Red #C91019

Tints of Venetian Red #C91019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 25 (10.16% from 255) = 10.33%

R = 83.06%
G = 6.61%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C91019 (or 0xC91019) is known color: Venetian Red. HEX triplet: C9, 10 and 19. RGB value is (201,16,25). Sum of RGB (Red+Green+Blue) = 201+16+25=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C91019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91019 is #36EFE6. Grayscale: #484848. Windows color (decimal): -3600359 or 1642697. OLE color: 1642697.

HSL color Cylindrical-coordinate representation of color #C91019: hue angle of 357.08º degrees, saturation: 0.85, 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 #C91019 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 16 25 -
CMYK 0 0.92 0.88 0.21
HSL 357.08º 0.85% 0.43% -
HSV(B) 357.08º 0.92% 0.79% -
XYZ 24.45 12.86 2.11 -
YUV 72.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 201 16 25 0 0.92 0.88 0.21 357.08 0.85 0.43
Hex C9 10 19 0 5C 58 15 165 55 2B
Octal 311 20 31 0 134 130 25 545 125 53
Binary 11001001 10000 11001 0 1011100 1011000 10101 101100101 1010101 101011

Color Harmonies of #C91019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91019

Black with #C91019

Text Example


Text Example

White with #C91019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91019; }

 p { color: rgb(201,16,25); }

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

background-color css

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

 a { background-color: rgb(201,16,25); }

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

border-color css

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

 span { border-color: rgb(201,16,25); }

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