Html Css Color HEX #C90910 Venetian Red

📋 copy color: '#C90910'

red 201 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #C90910

Tints of Venetian Red #C90910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 88.94%
G = 3.98%
B = 7.08%

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

#C90910 (or 0xC90910) is known color: Venetian Red. HEX triplet: C9, 09 and 10. RGB value is (201,9,16). Sum of RGB (Red+Green+Blue) = 201+9+16=226 (29% of max value = 765). Red value is 201 (78.91% from 255 or 88.94% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 201 - color contains mainly: red. Hex color #C90910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90910 is #36F6EF. Grayscale: #434343. Windows color (decimal): -3602160 or 1051081. OLE color: 1051081.

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

Color convert

RGB 201 9 16 -
CMYK 0 0.96 0.92 0.21
HSL 357.81º 0.91% 0.41% -
HSV(B) 357.81º 0.96% 0.79% -
XYZ 24.28 12.65 1.65 -
YUV 67.21 99.11 223.43 -
System Red Green Blue C M Y K H S L
Decimal 201 9 16 0 0.96 0.92 0.21 357.81 0.91 0.41
Hex C9 9 10 0 60 5C 15 166 5B 29
Octal 311 11 20 0 140 134 25 546 133 51
Binary 11001001 1001 10000 0 1100000 1011100 10101 101100110 1011011 101001

Color Harmonies of #C90910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90910

Black with #C90910

Text Example


Text Example

White with #C90910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90910; }

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

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

background-color css

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

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

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

border-color css

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

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

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