Html Css Color HEX #C9101A Venetian Red

📋 copy color: '#C9101A'

red 201 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #C9101A

Tints of Venetian Red #C9101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.7%

R = 82.72%
G = 6.58%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9101A (or 0xC9101A) is known color: Venetian Red. HEX triplet: C9, 10 and 1A. RGB value is (201,16,26). Sum of RGB (Red+Green+Blue) = 201+16+26=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C9101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9101A is #36EFE5. Grayscale: #484848. Windows color (decimal): -3600358 or 1708233. OLE color: 1708233.

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

Color convert

RGB 201 16 26 -
CMYK 0 0.92 0.87 0.21
HSL 356.76º 0.85% 0.43% -
HSV(B) 356.76º 0.92% 0.79% -
XYZ 24.46 12.86 2.17 -
YUV 72.46 101.79 219.69 -
System Red Green Blue C M Y K H S L
Decimal 201 16 26 0 0.92 0.87 0.21 356.76 0.85 0.43
Hex C9 10 1A 0 5C 57 15 165 55 2B
Octal 311 20 32 0 134 127 25 545 125 53
Binary 11001001 10000 11010 0 1011100 1010111 10101 101100101 1010101 101011

Color Harmonies of #C9101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9101A

Black with #C9101A

Text Example


Text Example

White with #C9101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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