Html Css Color HEX #C90012 Venetian Red

📋 copy color: '#C90012'

red 201 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #C90012

Tints of Venetian Red #C90012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.22%

R = 91.78%
G = 0%
B = 8.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C90012 (or 0xC90012) is known color: Venetian Red. HEX triplet: C9, 00 and 12. RGB value is (201,0,18). Sum of RGB (Red+Green+Blue) = 201+0+18=219 (29% of max value = 765). Red value is 201 (78.91% from 255 or 91.78% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 201 - color contains mainly: red. Hex color #C90012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90012 is #36FFED. Grayscale: #3E3E3E. Windows color (decimal): -3604462 or 1179849. OLE color: 1179849.

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

Color convert

RGB 201 0 18 -
CMYK 0 1 0.91 0.21
HSL 354.63º 1% 0.39% -
HSV(B) 354.63º 1% 0.79% -
XYZ 24.2 12.46 1.7 -
YUV 62.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 201 0 18 0 1 0.91 0.21 354.63 1 0.39
Hex C9 0 12 0 64 5B 15 163 64 27
Octal 311 0 22 0 144 133 25 543 144 47
Binary 11001001 0 10010 0 1100100 1011011 10101 101100011 1100100 100111

Color Harmonies of #C90012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90012

Black with #C90012

Text Example


Text Example

White with #C90012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90012; }

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

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

background-color css

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

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

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

border-color css

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

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

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