#C20408

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

Shades of Venetian Red #C20408

Tints of Venetian Red #C20408

Color information

#C20408 (or 0xC20408) is unknown color: approx Venetian Red. HEX triplet: C2, 04 and 08. RGB value is (194,4,8). Sum of RGB (Red+Green+Blue) = 194+4+8=206 (27% of max value = 765). Red value is 194 (76.17% from 255 or 94.17% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 194 - color contains mainly: red. Hex color #C20408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20408 is #3DFBF7. Grayscale: #3D3D3D. Windows color (decimal): -4062200 or 525506. OLE color: 525506.

HSL color Cylindrical-coordinate representation of color #C20408: hue angle of 358.74º 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 #C20408 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB19448-
CMYK00.980.960.24
HSL358.74º95.96%38.82%-
HSV(B)358.74º97.94%76.08%-
XYZ22.3411.571.29-
YUV61.2797.95222.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 94.17%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 8 (3.52% from 255) = 3.88%
R=94.17%
G=1.94%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944800.980.960.24358.7495.9638.82
HexC24806260181676027
Octal30241001421403054714047
Binary110000101001000011000101100000110001011001111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C20408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C20408; }

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

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

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

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

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

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

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

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