#C10D1E

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

Shades of Venetian Red #C10D1E

Tints of Venetian Red #C10D1E

Color information

#C10D1E (or 0xC10D1E) is unknown color: approx Venetian Red. HEX triplet: C1, 0D and 1E. RGB value is (193,13,30). Sum of RGB (Red+Green+Blue) = 193+13+30=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10D1E is #3EF2E1. Grayscale: #444444. Windows color (decimal): -4125410 or 1969601. OLE color: 1969601.

HSL color Cylindrical-coordinate representation of color #C10D1E: hue angle of 354.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D1E is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1931330-
CMYK00.930.840.24
HSL354.33º87.38%40.39%-
HSV(B)354.33º93.26%75.69%-
XYZ22.3711.722.31-
YUV68.76106.13216.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 81.78%
GREEN value IS 13 (5.47% from 255) = 5.51%
BLUE value IS 30 (12.11% from 255) = 12.71%
R=81.78%
G=5.51%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193133000.930.840.24354.3387.3840.39
HexC1D1E05D54181625728
Octal301153601351243054212750
Binary11000001110111110010111011010100110001011000101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D1E; }

 p { color: rgb(193,13,30); }

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

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

 a { background-color: rgb(193,13,30); }

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

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

 span { border-color: rgb(193,13,30); }

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