Html Css Color HEX #C10029 Venetian Red

📋 copy color: '#C10029'

red 193 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #C10029

Tints of Venetian Red #C10029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.48%
G = 0%
B = 17.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C10029 (or 0xC10029) is known color: Venetian Red. HEX triplet: C1, 00 and 29. RGB value is (193,0,41). Sum of RGB (Red+Green+Blue) = 193+0+41=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C10029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10029 is #3EFFD6. Grayscale: #3E3E3E. Windows color (decimal): -4128727 or 2687169. OLE color: 2687169.

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

Color convert

RGB 193 0 41 -
CMYK 0 1 0.79 0.24
HSL 347.25º 1% 0.38% -
HSV(B) 347.25º 1% 0.76% -
XYZ 22.39 11.5 3.14 -
YUV 62.38 115.94 221.17 -
System Red Green Blue C M Y K H S L
Decimal 193 0 41 0 1 0.79 0.24 347.25 1 0.38
Hex C1 0 29 0 64 4F 18 15B 64 26
Octal 301 0 51 0 144 117 30 533 144 46
Binary 11000001 0 101001 0 1100100 1001111 11000 101011011 1100100 100110

Color Harmonies of #C10029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10029

Black with #C10029

Text Example


Text Example

White with #C10029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10029; }

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

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

background-color css

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

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

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

border-color css

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

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

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