#C8041C

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

Shades of Venetian Red #C8041C

Tints of Venetian Red #C8041C

Color information

#C8041C (or 0xC8041C) is unknown color: approx Venetian Red. HEX triplet: C8, 04 and 1C. RGB value is (200,4,28). Sum of RGB (Red+Green+Blue) = 200+4+28=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C8041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8041C is #37FBE3. Grayscale: #414141. Windows color (decimal): -3668964 or 1836232. OLE color: 1836232.

HSL color Cylindrical-coordinate representation of color #C8041C: hue angle of 352.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8041C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB200428-
CMYK00.980.860.22
HSL352.65º96.08%40%-
HSV(B)352.65º98%78.43%-
XYZ24.0712.452.23-
YUV65.34106.93224.05-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 86.21%
GREEN value IS 4 (1.95% from 255) = 1.72%
BLUE value IS 28 (11.33% from 255) = 12.07%
R=86.21%
G=1.72%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20042800.980.860.22352.6596.0840
HexC841C06256161616028
Octal31043401421262654114050
Binary1100100010011100011000101010110101101011000011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8041C; }

 p { color: rgb(200,4,28); }

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

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

 a { background-color: rgb(200,4,28); }

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

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

 span { border-color: rgb(200,4,28); }

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