Html Css Color HEX #C90110 Venetian Red

📋 copy color: '#C90110'

red 201 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #C90110

Tints of Venetian Red #C90110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 92.2%
G = 0.46%
B = 7.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90110 (or 0xC90110) is known color: Venetian Red. HEX triplet: C9, 01 and 10. RGB value is (201,1,16). Sum of RGB (Red+Green+Blue) = 201+1+16=218 (28% of max value = 765). Red value is 201 (78.91% from 255 or 92.20% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 201 - color contains mainly: red. Hex color #C90110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90110 is #36FEEF. Grayscale: #3E3E3E. Windows color (decimal): -3604208 or 1049033. OLE color: 1049033.

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

Color convert

RGB 201 1 16 -
CMYK 0 1.00 0.92 0.21
HSL 355.5º 0.99% 0.4% -
HSV(B) 355.5º 1% 0.79% -
XYZ 24.19 12.48 1.62 -
YUV 62.51 101.76 226.78 -
System Red Green Blue C M Y K H S L
Decimal 201 1 16 0 1.00 0.92 0.21 355.5 0.99 0.4
Hex C9 1 10 0 64 5C 15 164 63 28
Octal 311 1 20 0 144 134 25 544 143 50
Binary 11001001 1 10000 0 1100100 1011100 10101 101100100 1100011 101000

Color Harmonies of #C90110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90110

Black with #C90110

Text Example


Text Example

White with #C90110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90110; }

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

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

background-color css

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

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

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

border-color css

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

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

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