Html Css Color HEX #C9071A Venetian Red

📋 copy color: '#C9071A'

red 201 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #C9071A

Tints of Venetian Red #C9071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

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

R = 85.9%
G = 2.99%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9071A (or 0xC9071A) is known color: Venetian Red. HEX triplet: C9, 07 and 1A. RGB value is (201,7,26). Sum of RGB (Red+Green+Blue) = 201+7+26=234 (30% of max value = 765). Red value is 201 (78.91% from 255 or 85.90% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 201 - color contains mainly: red. Hex color #C9071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9071A is #36F8E5. Grayscale: #434343. Windows color (decimal): -3602662 or 1705929. OLE color: 1705929.

HSL color Cylindrical-coordinate representation of color #C9071A: hue angle of 354.12º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9071A is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 7 26 -
CMYK 0 0.97 0.87 0.21
HSL 354.12º 0.93% 0.41% -
HSV(B) 354.12º 0.97% 0.79% -
XYZ 24.35 12.64 2.13 -
YUV 67.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 201 7 26 0 0.97 0.87 0.21 354.12 0.93 0.41
Hex C9 7 1A 0 61 57 15 162 5D 29
Octal 311 7 32 0 141 127 25 542 135 51
Binary 11001001 111 11010 0 1100001 1010111 10101 101100010 1011101 101001

Color Harmonies of #C9071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9071A

Black with #C9071A

Text Example


Text Example

White with #C9071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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