Html Css Color HEX #C90C10 Venetian Red

📋 copy color: '#C90C10'

red 201 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #C90C10

Tints of Venetian Red #C90C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

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

R = 87.77%
G = 5.24%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90C10 (or 0xC90C10) is known color: Venetian Red. HEX triplet: C9, 0C and 10. RGB value is (201,12,16). Sum of RGB (Red+Green+Blue) = 201+12+16=229 (30% of max value = 765). Red value is 201 (78.91% from 255 or 87.77% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90C10 is #36F3EF. Grayscale: #454545. Windows color (decimal): -3601392 or 1051849. OLE color: 1051849.

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

Color convert

RGB 201 12 16 -
CMYK 0 0.94 0.92 0.21
HSL 358.73º 0.89% 0.42% -
HSV(B) 358.73º 0.94% 0.79% -
XYZ 24.31 12.72 1.66 -
YUV 68.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 201 12 16 0 0.94 0.92 0.21 358.73 0.89 0.42
Hex C9 C 10 0 5E 5C 15 167 59 2A
Octal 311 14 20 0 136 134 25 547 131 52
Binary 11001001 1100 10000 0 1011110 1011100 10101 101100111 1011001 101010

Color Harmonies of #C90C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90C10

Black with #C90C10

Text Example


Text Example

White with #C90C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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