#C90024

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

Shades of Venetian Red #C90024

Tints of Venetian Red #C90024

Color information

#C90024 (or 0xC90024) is unknown color: approx Venetian Red. HEX triplet: C9, 00 and 24. RGB value is (201,0,36). Sum of RGB (Red+Green+Blue) = 201+0+36=237 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.81% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 36 (14.45% from 255 or 15.19% from 237); Max value from RGB is 201 - color contains mainly: red. Hex color #C90024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90024 is #36FFDB. Grayscale: #404040. Windows color (decimal): -3604444 or 2359497. OLE color: 2359497.

HSL color Cylindrical-coordinate representation of color #C90024: hue angle of 349.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90024 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB201036-
CMYK010.820.21
HSL349.25º100%39.41%-
HSV(B)349.25º100%78.82%-
XYZ24.4112.542.8-
YUV64.2112.09225.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 84.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 15.19%
R=84.81%
G=0%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201036010.820.21349.2510039.41
HexC9024064521515d6427
Octal31104401441222553514447
Binary110010010100100011001001010010101011010111011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90024; }

 p { color: rgb(201,0,36); }

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

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

 a { background-color: rgb(201,0,36); }

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

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

 span { border-color: rgb(201,0,36); }

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