#C20405

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

Shades of Venetian Red #C20405

Tints of Venetian Red #C20405

Color information

#C20405 (or 0xC20405) is unknown color: approx Venetian Red. HEX triplet: C2, 04 and 05. RGB value is (194,4,5). Sum of RGB (Red+Green+Blue) = 194+4+5=203 (26% of max value = 765). Red value is 194 (76.17% from 255 or 95.57% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 194 - color contains mainly: red. Hex color #C20405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20405 is #3DFBFA. Grayscale: #3D3D3D. Windows color (decimal): -4062203 or 328898. OLE color: 328898.

HSL color Cylindrical-coordinate representation of color #C20405: hue angle of 359.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20405 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB19445-
CMYK00.980.970.24
HSL359.68º95.96%38.82%-
HSV(B)359.68º97.94%76.08%-
XYZ22.3211.571.2-
YUV60.9296.45222.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 95.57%
GREEN value IS 4 (1.95% from 255) = 1.97%
BLUE value IS 5 (2.34% from 255) = 2.46%
R=95.57%
G=1.97%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944500.980.970.24359.6895.9638.82
HexC24506261181686027
Octal3024501421413055014047
Binary11000010100101011000101100001110001011010001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20405; }

 p { color: rgb(194,4,5); }

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

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

 a { background-color: rgb(194,4,5); }

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

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

 span { border-color: rgb(194,4,5); }

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