Html Css Color HEX #C90510 Venetian Red

📋 copy color: '#C90510'

red 201 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #C90510

Tints of Venetian Red #C90510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

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

R = 90.54%
G = 2.25%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90510 (or 0xC90510) is known color: Venetian Red. HEX triplet: C9, 05 and 10. RGB value is (201,5,16). Sum of RGB (Red+Green+Blue) = 201+5+16=222 (29% of max value = 765). Red value is 201 (78.91% from 255 or 90.54% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 201 - color contains mainly: red. Hex color #C90510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90510 is #36FAEF. Grayscale: #414141. Windows color (decimal): -3603184 or 1050057. OLE color: 1050057.

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

Color convert

RGB 201 5 16 -
CMYK 0 0.98 0.92 0.21
HSL 356.63º 0.95% 0.4% -
HSV(B) 356.63º 0.98% 0.79% -
XYZ 24.24 12.56 1.64 -
YUV 64.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 201 5 16 0 0.98 0.92 0.21 356.63 0.95 0.4
Hex C9 5 10 0 62 5C 15 165 5F 28
Octal 311 5 20 0 142 134 25 545 137 50
Binary 11001001 101 10000 0 1100010 1011100 10101 101100101 1011111 101000

Color Harmonies of #C90510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90510

Black with #C90510

Text Example


Text Example

White with #C90510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90510; }

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

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

background-color css

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

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

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

border-color css

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

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

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