#C00007

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

Shades of Venetian Red #C00007

Tints of Venetian Red #C00007

Color information

#C00007 (or 0xC00007) is unknown color: approx Venetian Red. HEX triplet: C0, 00 and 07. RGB value is (192,0,7). Sum of RGB (Red+Green+Blue) = 192+0+7=199 (26% of max value = 765). Red value is 192 (75.39% from 255 or 96.48% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 192 - color contains mainly: red. Hex color #C00007 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C00007 is #3FFFF8. Grayscale: #3A3A3A. Windows color (decimal): -4194297 or 458944. OLE color: 458944.

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

Color convert

RGB19207-
CMYK010.960.25
HSL357.81º100%37.65%-
HSV(B)357.81º100%75.29%-
XYZ21.7811.221.22-
YUV58.2199.11223.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 96.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 3.52%
R=96.48%
G=0%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19207010.960.25357.8110037.65
HexC00706460191666426
Octal3000701441403154614446
Binary110000000111011001001100000110011011001101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00007; }

 p { color: rgb(192,0,7); }

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

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

 a { background-color: rgb(192,0,7); }

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

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

 span { border-color: rgb(192,0,7); }

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