Html Css Color HEX #C90809 Venetian Red

📋 copy color: '#C90809'

red 201 ◦ green 8 ◦ blue 9

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

Shades of Venetian Red #C90809

Tints of Venetian Red #C90809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 92.2%
G = 3.67%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C90809 (or 0xC90809) is known color: Venetian Red. HEX triplet: C9, 08 and 09. RGB value is (201,8,9). Sum of RGB (Red+Green+Blue) = 201+8+9=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C90809 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90809 is #36F7F6. Grayscale: #424242. Windows color (decimal): -3602423 or 592073. OLE color: 592073.

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

Color convert

RGB 201 8 9 -
CMYK 0 0.96 0.96 0.21
HSL 359.69º 0.92% 0.41% -
HSV(B) 359.69º 0.96% 0.79% -
XYZ 24.22 12.61 1.42 -
YUV 65.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 201 8 9 0 0.96 0.96 0.21 359.69 0.92 0.41
Hex C9 8 9 0 60 60 15 168 5C 29
Octal 311 10 11 0 140 140 25 550 134 51
Binary 11001001 1000 1001 0 1100000 1100000 10101 101101000 1011100 101001

Color Harmonies of #C90809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90809

Black with #C90809

Text Example


Text Example

White with #C90809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90809; }

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

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

background-color css

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

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

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

border-color css

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

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

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