Html Css Color HEX #C9080A Venetian Red

📋 copy color: '#C9080A'

red 201 ◦ green 8 ◦ blue 10

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

Shades of Venetian Red #C9080A

Tints of Venetian Red #C9080A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.57%

R = 91.78%
G = 3.65%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9080A (or 0xC9080A) is known color: Venetian Red. HEX triplet: C9, 08 and 0A. RGB value is (201,8,10). Sum of RGB (Red+Green+Blue) = 201+8+10=219 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.78% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 201 - color contains mainly: red. Hex color #C9080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9080A is #36F7F5. Grayscale: #424242. Windows color (decimal): -3602422 or 657609. OLE color: 657609.

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

Color convert

RGB 201 8 10 -
CMYK 0 0.96 0.95 0.21
HSL 359.38º 0.92% 0.41% -
HSV(B) 359.38º 0.96% 0.79% -
XYZ 24.23 12.61 1.44 -
YUV 65.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 201 8 10 0 0.96 0.95 0.21 359.38 0.92 0.41
Hex C9 8 A 0 60 5F 15 167 5C 29
Octal 311 10 12 0 140 137 25 547 134 51
Binary 11001001 1000 1010 0 1100000 1011111 10101 101100111 1011100 101001

Color Harmonies of #C9080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9080A

Black with #C9080A

Text Example


Text Example

White with #C9080A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9080A; }

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

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

background-color css

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

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

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

border-color css

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

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

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