Html Css Color HEX #C9090A Venetian Red

📋 copy color: '#C9090A'

red 201 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #C9090A

Tints of Venetian Red #C9090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 91.36%
G = 4.09%
B = 4.55%

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

#C9090A (or 0xC9090A) is known color: Venetian Red. HEX triplet: C9, 09 and 0A. RGB value is (201,9,10). Sum of RGB (Red+Green+Blue) = 201+9+10=220 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.36% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 201 - color contains mainly: red. Hex color #C9090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9090A is #36F6F5. Grayscale: #424242. Windows color (decimal): -3602166 or 657865. OLE color: 657865.

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

Color convert

RGB 201 9 10 -
CMYK 0 0.96 0.95 0.21
HSL 359.69º 0.91% 0.41% -
HSV(B) 359.69º 0.96% 0.79% -
XYZ 24.24 12.63 1.45 -
YUV 66.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 201 9 10 0 0.96 0.95 0.21 359.69 0.91 0.41
Hex C9 9 A 0 60 5F 15 168 5B 29
Octal 311 11 12 0 140 137 25 550 133 51
Binary 11001001 1001 1010 0 1100000 1011111 10101 101101000 1011011 101001

Color Harmonies of #C9090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9090A

Black with #C9090A

Text Example


Text Example

White with #C9090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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