Html Css Color HEX #C10829 Venetian Red

📋 copy color: '#C10829'

red 193 ◦ green 8 ◦ blue 41

#C10829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C10829

Tints of Venetian Red #C10829

RGB

 RED value IS 193 (75.78% from 255) = 79.75%

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 79.75%
G = 3.31%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C10829 (or 0xC10829) is known color: Venetian Red. HEX triplet: C1, 08 and 29. RGB value is (193,8,41). Sum of RGB (Red+Green+Blue) = 193+8+41=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C10829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10829 is #3EF7D6. Grayscale: #434343. Windows color (decimal): -4126679 or 2689217. OLE color: 2689217.

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

Color convert

RGB 193 8 41 -
CMYK 0 0.96 0.79 0.24
HSL 349.3º 0.92% 0.39% -
HSV(B) 349.3º 0.96% 0.76% -
XYZ 22.48 11.67 3.17 -
YUV 67.08 113.29 217.82 -
System Red Green Blue C M Y K H S L
Decimal 193 8 41 0 0.96 0.79 0.24 349.3 0.92 0.39
Hex C1 8 29 0 60 4F 18 15D 5C 27
Octal 301 10 51 0 140 117 30 535 134 47
Binary 11000001 1000 101001 0 1100000 1001111 11000 101011101 1011100 100111

Color Harmonies of #C10829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10829

Black with #C10829

Text Example


Text Example

White with #C10829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10829; }

 p { color: rgb(193,8,41); }

 H1.HeaderClassName
 {
   color: #C10829;
 }
 .AnyTagClassName
 {
   color: #C10829;
 }
</style>

background-color css

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

 a { background-color: rgb(193,8,41); }

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

border-color css

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

 span { border-color: rgb(193,8,41); }

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