Html Css Color HEX #C90F11 Venetian Red

📋 copy color: '#C90F11'

red 201 ◦ green 15 ◦ blue 17

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

Shades of Venetian Red #C90F11

Tints of Venetian Red #C90F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 86.27%
G = 6.44%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C90F11 (or 0xC90F11) is known color: Venetian Red. HEX triplet: C9, 0F and 11. RGB value is (201,15,17). Sum of RGB (Red+Green+Blue) = 201+15+17=233 (30% of max value = 765). Red value is 201 (78.91% from 255 or 86.27% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 201 - color contains mainly: red. Hex color #C90F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C90F11 is #36F0EE. Grayscale: #474747. Windows color (decimal): -3600623 or 1118153. OLE color: 1118153.

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

Color convert

RGB 201 15 17 -
CMYK 0 0.93 0.92 0.21
HSL 359.35º 0.86% 0.42% -
HSV(B) 359.35º 0.93% 0.79% -
XYZ 24.36 12.8 1.72 -
YUV 70.84 97.62 220.84 -
System Red Green Blue C M Y K H S L
Decimal 201 15 17 0 0.93 0.92 0.21 359.35 0.86 0.42
Hex C9 F 11 0 5D 5C 15 167 56 2A
Octal 311 17 21 0 135 134 25 547 126 52
Binary 11001001 1111 10001 0 1011101 1011100 10101 101100111 1010110 101010

Color Harmonies of #C90F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90F11

Black with #C90F11

Text Example


Text Example

White with #C90F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90F11; }

 p { color: rgb(201,15,17); }

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

background-color css

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

 a { background-color: rgb(201,15,17); }

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

border-color css

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

 span { border-color: rgb(201,15,17); }

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