Html Css Color HEX #C9000C Venetian Red

📋 copy color: '#C9000C'

red 201 ◦ green 0 ◦ blue 12

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

Shades of Venetian Red #C9000C

Tints of Venetian Red #C9000C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.63%

R = 94.37%
G = 0%
B = 5.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9000C (or 0xC9000C) is known color: Venetian Red. HEX triplet: C9, 00 and 0C. RGB value is (201,0,12). Sum of RGB (Red+Green+Blue) = 201+0+12=213 (28% of max value = 765). Red value is 201 (78.91% from 255 or 94.37% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 201 - color contains mainly: red. Hex color #C9000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9000C is #36FFF3. Grayscale: #3D3D3D. Windows color (decimal): -3604468 or 786633. OLE color: 786633.

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

Color convert

RGB 201 0 12 -
CMYK 0 1 0.94 0.21
HSL 356.42º 1% 0.39% -
HSV(B) 356.42º 1% 0.79% -
XYZ 24.15 12.44 1.48 -
YUV 61.47 100.09 227.52 -
System Red Green Blue C M Y K H S L
Decimal 201 0 12 0 1 0.94 0.21 356.42 1 0.39
Hex C9 0 C 0 64 5E 15 164 64 27
Octal 311 0 14 0 144 136 25 544 144 47
Binary 11001001 0 1100 0 1100100 1011110 10101 101100100 1100100 100111

Color Harmonies of #C9000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9000C

Black with #C9000C

Text Example


Text Example

White with #C9000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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