#C30207

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

Shades of Venetian Red #C30207

Tints of Venetian Red #C30207

Color information

#C30207 (or 0xC30207) is unknown color: approx Venetian Red. HEX triplet: C3, 02 and 07. RGB value is (195,2,7). Sum of RGB (Red+Green+Blue) = 195+2+7=204 (27% of max value = 765). Red value is 195 (76.56% from 255 or 95.59% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 195 - color contains mainly: red. Hex color #C30207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C30207 is #3CFDF8. Grayscale: #3C3C3C. Windows color (decimal): -3997177 or 459459. OLE color: 459459.

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

Color convert

RGB19527-
CMYK00.990.960.24
HSL358.45º97.97%38.63%-
HSV(B)358.45º98.97%76.47%-
XYZ22.5711.661.26-
YUV60.2897.94224.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 95.59%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 7 (3.12% from 255) = 3.43%
R=95.59%
G=0.98%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1952700.990.960.24358.4597.9738.63
HexC32706360181666227
Octal3032701431403054614247
Binary1100001110111011000111100000110001011001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30207; }

 p { color: rgb(195,2,7); }

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

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

 a { background-color: rgb(195,2,7); }

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

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

 span { border-color: rgb(195,2,7); }

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