Html Css Color HEX #C9090F Venetian Red

📋 copy color: '#C9090F'

red 201 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #C9090F

Tints of Venetian Red #C9090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 89.33%
G = 4%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9090F (or 0xC9090F) is known color: Venetian Red. HEX triplet: C9, 09 and 0F. RGB value is (201,9,15). Sum of RGB (Red+Green+Blue) = 201+9+15=225 (29% of max value = 765). Red value is 201 (78.91% from 255 or 89.33% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 201 - color contains mainly: red. Hex color #C9090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9090F is #36F6F0. Grayscale: #434343. Windows color (decimal): -3602161 or 985545. OLE color: 985545.

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

Color convert

RGB 201 9 15 -
CMYK 0 0.96 0.93 0.21
HSL 358.13º 0.91% 0.41% -
HSV(B) 358.13º 0.96% 0.79% -
XYZ 24.27 12.65 1.61 -
YUV 67.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 201 9 15 0 0.96 0.93 0.21 358.13 0.91 0.41
Hex C9 9 F 0 60 5D 15 166 5B 29
Octal 311 11 17 0 140 135 25 546 133 51
Binary 11001001 1001 1111 0 1100000 1011101 10101 101100110 1011011 101001

Color Harmonies of #C9090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9090F

Black with #C9090F

Text Example


Text Example

White with #C9090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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