Html Css Color HEX #C90709 Venetian Red

📋 copy color: '#C90709'

red 201 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #C90709

Tints of Venetian Red #C90709

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

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

R = 92.63%
G = 3.23%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C90709 (or 0xC90709) is known color: Venetian Red. HEX triplet: C9, 07 and 09. RGB value is (201,7,9). Sum of RGB (Red+Green+Blue) = 201+7+9=217 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.63% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 9 (3.91% from 255 or 4.15% from 217); Max value from RGB is 201 - color contains mainly: red. Hex color #C90709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90709 is #36F8F6. Grayscale: #414141. Windows color (decimal): -3602679 or 591817. OLE color: 591817.

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

Color convert

RGB 201 7 9 -
CMYK 0 0.97 0.96 0.21
HSL 359.38º 0.93% 0.41% -
HSV(B) 359.38º 0.97% 0.79% -
XYZ 24.21 12.59 1.41 -
YUV 65.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 201 7 9 0 0.97 0.96 0.21 359.38 0.93 0.41
Hex C9 7 9 0 61 60 15 167 5D 29
Octal 311 7 11 0 141 140 25 547 135 51
Binary 11001001 111 1001 0 1100001 1100000 10101 101100111 1011101 101001

Color Harmonies of #C90709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90709

Black with #C90709

Text Example


Text Example

White with #C90709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90709; }

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

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

background-color css

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

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

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

border-color css

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

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

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