#C40228

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

Shades of Venetian Red #C40228

Tints of Venetian Red #C40228

Color information

#C40228 (or 0xC40228) is unknown color: approx Venetian Red. HEX triplet: C4, 02 and 28. RGB value is (196,2,40). Sum of RGB (Red+Green+Blue) = 196+2+40=238 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.35% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 196 - color contains mainly: red. Hex color #C40228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40228 is #3BFDD7. Grayscale: #404040. Windows color (decimal): -3931608 or 2622148. OLE color: 2622148.

HSL color Cylindrical-coordinate representation of color #C40228: hue angle of 348.25º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40228 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB196240-
CMYK00.990.800.23
HSL348.25º97.98%38.82%-
HSV(B)348.25º98.98%76.86%-
XYZ23.1711.933.09-
YUV64.34114.27221.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 82.35%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=82.35%
G=0.84%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19624000.990.800.23348.2597.9838.82
HexC4228063501715c6227
Octal30425001431202753414247
Binary1100010010101000011000111010000101111010111001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40228; }

 p { color: rgb(196,2,40); }

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

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

 a { background-color: rgb(196,2,40); }

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

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

 span { border-color: rgb(196,2,40); }

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