Html Css Color HEX #C9000A Venetian Red

📋 copy color: '#C9000A'

red 201 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #C9000A

Tints of Venetian Red #C9000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 95.26%
G = 0%
B = 4.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#C9000A (or 0xC9000A) is known color: Venetian Red. HEX triplet: C9, 00 and 0A. RGB value is (201,0,10). Sum of RGB (Red+Green+Blue) = 201+0+10=211 (27% of max value = 765). Red value is 201 (78.91% from 255 or 95.26% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 201 - color contains mainly: red. Hex color #C9000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9000A is #36FFF5. Grayscale: #3D3D3D. Windows color (decimal): -3604470 or 655561. OLE color: 655561.

HSL color Cylindrical-coordinate representation of color #C9000A: hue angle of 357.01º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9000A is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 10 -
CMYK 0 1 0.95 0.21
HSL 357.01º 1% 0.39% -
HSV(B) 357.01º 1% 0.79% -
XYZ 24.14 12.44 1.42 -
YUV 61.24 99.09 227.69 -
System Red Green Blue C M Y K H S L
Decimal 201 0 10 0 1 0.95 0.21 357.01 1 0.39
Hex C9 0 A 0 64 5F 15 165 64 27
Octal 311 0 12 0 144 137 25 545 144 47
Binary 11001001 0 1010 0 1100100 1011111 10101 101100101 1100100 100111

Color Harmonies of #C9000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9000A

Black with #C9000A

Text Example


Text Example

White with #C9000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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