#C40025

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

Shades of Venetian Red #C40025

Tints of Venetian Red #C40025

Color information

#C40025 (or 0xC40025) is unknown color: approx Venetian Red. HEX triplet: C4, 00 and 25. RGB value is (196,0,37). Sum of RGB (Red+Green+Blue) = 196+0+37=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C40025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40025 is #3BFFDA. Grayscale: #3E3E3E. Windows color (decimal): -3932123 or 2425028. OLE color: 2425028.

HSL color Cylindrical-coordinate representation of color #C40025: hue angle of 348.67º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40025 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB196037-
CMYK010.810.23
HSL348.67º100%38.43%-
HSV(B)348.67º100%76.86%-
XYZ23.111.872.82-
YUV62.82113.43222.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 84.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=84.12%
G=0%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196037010.810.23348.6710038.43
HexC4025064511715d6426
Octal30404501441212753514446
Binary110001000100101011001001010001101111010111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40025; }

 p { color: rgb(196,0,37); }

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

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

 a { background-color: rgb(196,0,37); }

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

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

 span { border-color: rgb(196,0,37); }

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