Html Css Color HEX #C90011 Venetian Red

📋 copy color: '#C90011'

red 201 ◦ green 0 ◦ blue 17

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

Shades of Venetian Red #C90011

Tints of Venetian Red #C90011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 92.2%
G = 0%
B = 7.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90011 (or 0xC90011) is known color: Venetian Red. HEX triplet: C9, 00 and 11. RGB value is (201,0,17). Sum of RGB (Red+Green+Blue) = 201+0+17=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C90011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90011 is #36FFEE. Grayscale: #3E3E3E. Windows color (decimal): -3604463 or 1114313. OLE color: 1114313.

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

Color convert

RGB 201 0 17 -
CMYK 0 1 0.92 0.21
HSL 354.93º 1% 0.39% -
HSV(B) 354.93º 1% 0.79% -
XYZ 24.19 12.46 1.66 -
YUV 62.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 201 0 17 0 1 0.92 0.21 354.93 1 0.39
Hex C9 0 11 0 64 5C 15 163 64 27
Octal 311 0 21 0 144 134 25 543 144 47
Binary 11001001 0 10001 0 1100100 1011100 10101 101100011 1100100 100111

Color Harmonies of #C90011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90011

Black with #C90011

Text Example


Text Example

White with #C90011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90011; }

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

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

background-color css

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

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

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

border-color css

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

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

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