Html Css Color HEX #C9081A Venetian Red

📋 copy color: '#C9081A'

red 201 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #C9081A

Tints of Venetian Red #C9081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

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

R = 85.53%
G = 3.4%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#C9081A (or 0xC9081A) is known color: Venetian Red. HEX triplet: C9, 08 and 1A. RGB value is (201,8,26). Sum of RGB (Red+Green+Blue) = 201+8+26=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C9081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9081A is #36F7E5. Grayscale: #434343. Windows color (decimal): -3602406 or 1706185. OLE color: 1706185.

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

Color convert

RGB 201 8 26 -
CMYK 0 0.96 0.87 0.21
HSL 354.4º 0.92% 0.41% -
HSV(B) 354.4º 0.96% 0.79% -
XYZ 24.36 12.67 2.14 -
YUV 67.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 201 8 26 0 0.96 0.87 0.21 354.4 0.92 0.41
Hex C9 8 1A 0 60 57 15 162 5C 29
Octal 311 10 32 0 140 127 25 542 134 51
Binary 11001001 1000 11010 0 1100000 1010111 10101 101100010 1011100 101001

Color Harmonies of #C9081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9081A

Black with #C9081A

Text Example


Text Example

White with #C9081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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