#C90125

Color #C90125 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #C90125

Tints of Venetian Red #C90125

Color information

#C90125 (or 0xC90125) is unknown color: approx Venetian Red. HEX triplet: C9, 01 and 25. RGB value is (201,1,37). Sum of RGB (Red+Green+Blue) = 201+1+37=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C90125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90125 is #36FEDA. Grayscale: #404040. Windows color (decimal): -3604187 or 2425289. OLE color: 2425289.

HSL color Cylindrical-coordinate representation of color #C90125: hue angle of 349.2º 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 #C90125 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB201137-
CMYK01.000.820.21
HSL349.2º99.01%39.61%-
HSV(B)349.2º99.5%78.82%-
XYZ24.4312.572.89-
YUV64.9112.26225.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 84.10%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=84.10%
G=0.42%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113701.000.820.21349.299.0139.61
HexC9125064521515d6328
Octal31114501441222553514350
Binary110010011100101011001001010010101011010111011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90125; }

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

 H1.HeaderClassName
 {
   color: #C90125;
 }
 .AnyTagClassName
 {
   color: #C90125;
 }
</style>
background-color css

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

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

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

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

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

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