#CC0817

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

Shades of Venetian Red #CC0817

Tints of Venetian Red #CC0817

Color information

#CC0817 (or 0xCC0817) is unknown color: approx Venetian Red. HEX triplet: CC, 08 and 17. RGB value is (204,8,23). Sum of RGB (Red+Green+Blue) = 204+8+23=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC0817 is #33F7E8. Grayscale: #444444. Windows color (decimal): -3405801 or 1509580. OLE color: 1509580.

HSL color Cylindrical-coordinate representation of color #CC0817: hue angle of 355.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0817 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB204823-
CMYK00.960.890.2
HSL355.41º92.45%41.57%-
HSV(B)355.41º96.08%80%-
XYZ25.1413.072.01-
YUV68.31102.43224.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 86.81%
GREEN value IS 8 (3.52% from 255) = 3.40%
BLUE value IS 23 (9.38% from 255) = 9.79%
R=86.81%
G=3.40%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20482300.960.890.2355.4192.4541.57
HexCC81706059141635c2a
Octal314102701401312454313452
Binary11001100100010111011000001011001101001011000111011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0817; }

 p { color: rgb(204,8,23); }

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

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

 a { background-color: rgb(204,8,23); }

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

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

 span { border-color: rgb(204,8,23); }

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