Html Css Color HEX #C90610 Venetian Red

📋 copy color: '#C90610'

red 201 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #C90610

Tints of Venetian Red #C90610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

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

R = 90.13%
G = 2.69%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90610 (or 0xC90610) is known color: Venetian Red. HEX triplet: C9, 06 and 10. RGB value is (201,6,16). Sum of RGB (Red+Green+Blue) = 201+6+16=223 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.13% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 201 - color contains mainly: red. Hex color #C90610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90610 is #36F9EF. Grayscale: #414141. Windows color (decimal): -3602928 or 1050313. OLE color: 1050313.

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

Color convert

RGB 201 6 16 -
CMYK 0 0.97 0.92 0.21
HSL 356.92º 0.94% 0.41% -
HSV(B) 356.92º 0.97% 0.79% -
XYZ 24.25 12.59 1.64 -
YUV 65.45 100.1 224.69 -
System Red Green Blue C M Y K H S L
Decimal 201 6 16 0 0.97 0.92 0.21 356.92 0.94 0.41
Hex C9 6 10 0 61 5C 15 165 5E 29
Octal 311 6 20 0 141 134 25 545 136 51
Binary 11001001 110 10000 0 1100001 1011100 10101 101100101 1011110 101001

Color Harmonies of #C90610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90610

Black with #C90610

Text Example


Text Example

White with #C90610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90610; }

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

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

background-color css

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

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

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

border-color css

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

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

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