Html Css Color HEX #C90811 Venetian Red

📋 copy color: '#C90811'

red 201 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #C90811

Tints of Venetian Red #C90811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

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

R = 88.94%
G = 3.54%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90811 (or 0xC90811) is known color: Venetian Red. HEX triplet: C9, 08 and 11. RGB value is (201,8,17). Sum of RGB (Red+Green+Blue) = 201+8+17=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 17 (7.03% from 255 or 7.52% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C90811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90811 is #36F7EE. Grayscale: #424242. Windows color (decimal): -3602415 or 1116361. OLE color: 1116361.

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

Color convert

RGB 201 8 17 -
CMYK 0 0.96 0.92 0.21
HSL 357.2º 0.92% 0.41% -
HSV(B) 357.2º 0.96% 0.79% -
XYZ 24.28 12.63 1.69 -
YUV 66.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 201 8 17 0 0.96 0.92 0.21 357.2 0.92 0.41
Hex C9 8 11 0 60 5C 15 165 5C 29
Octal 311 10 21 0 140 134 25 545 134 51
Binary 11001001 1000 10001 0 1100000 1011100 10101 101100101 1011100 101001

Color Harmonies of #C90811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90811

Black with #C90811

Text Example


Text Example

White with #C90811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90811; }

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

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

background-color css

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

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

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

border-color css

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

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

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