Html Css Color HEX #C90611 Venetian Red

📋 copy color: '#C90611'

red 201 ◦ green 6 ◦ blue 17

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

Shades of Venetian Red #C90611

Tints of Venetian Red #C90611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

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

R = 89.73%
G = 2.68%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90611 (or 0xC90611) is known color: Venetian Red. HEX triplet: C9, 06 and 11. RGB value is (201,6,17). Sum of RGB (Red+Green+Blue) = 201+6+17=224 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.73% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 201 - color contains mainly: red. Hex color #C90611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90611 is #36F9EE. Grayscale: #414141. Windows color (decimal): -3602927 or 1115849. OLE color: 1115849.

HSL color Cylindrical-coordinate representation of color #C90611: hue angle of 356.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C90611 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 6 17 -
CMYK 0 0.97 0.92 0.21
HSL 356.62º 0.94% 0.41% -
HSV(B) 356.62º 0.97% 0.79% -
XYZ 24.25 12.59 1.68 -
YUV 65.56 100.6 224.61 -
System Red Green Blue C M Y K H S L
Decimal 201 6 17 0 0.97 0.92 0.21 356.62 0.94 0.41
Hex C9 6 11 0 61 5C 15 165 5E 29
Octal 311 6 21 0 141 134 25 545 136 51
Binary 11001001 110 10001 0 1100001 1011100 10101 101100101 1011110 101001

Color Harmonies of #C90611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90611

Black with #C90611

Text Example


Text Example

White with #C90611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90611; }

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

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

background-color css

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

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

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

border-color css

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

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

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