Html Css Color HEX #C10129 Venetian Red

📋 copy color: '#C10129'

red 193 ◦ green 1 ◦ blue 41

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

Shades of Venetian Red #C10129

Tints of Venetian Red #C10129

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 82.13%
G = 0.43%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C10129 (or 0xC10129) is known color: Venetian Red. HEX triplet: C1, 01 and 29. RGB value is (193,1,41). Sum of RGB (Red+Green+Blue) = 193+1+41=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C10129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10129 is #3EFED6. Grayscale: #3F3F3F. Windows color (decimal): -4128471 or 2687425. OLE color: 2687425.

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

Color convert

RGB 193 1 41 -
CMYK 0 0.99 0.79 0.24
HSL 347.5º 0.99% 0.38% -
HSV(B) 347.5º 0.99% 0.76% -
XYZ 22.4 11.52 3.14 -
YUV 62.97 115.61 220.75 -
System Red Green Blue C M Y K H S L
Decimal 193 1 41 0 0.99 0.79 0.24 347.5 0.99 0.38
Hex C1 1 29 0 63 4F 18 15C 63 26
Octal 301 1 51 0 143 117 30 534 143 46
Binary 11000001 1 101001 0 1100011 1001111 11000 101011100 1100011 100110

Color Harmonies of #C10129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10129

Black with #C10129

Text Example


Text Example

White with #C10129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10129; }

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

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

background-color css

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

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

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

border-color css

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

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

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