Html Css Color HEX #C1051D Venetian Red

📋 copy color: '#C1051D'

red 193 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #C1051D

Tints of Venetian Red #C1051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 85.02%
G = 2.2%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1051D (or 0xC1051D) is known color: Venetian Red. HEX triplet: C1, 05 and 1D. RGB value is (193,5,29). Sum of RGB (Red+Green+Blue) = 193+5+29=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C1051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1051D is #3EFAE2. Grayscale: #404040. Windows color (decimal): -4127459 or 1902017. OLE color: 1902017.

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

Color convert

RGB 193 5 29 -
CMYK 0 0.97 0.85 0.24
HSL 352.34º 0.95% 0.39% -
HSV(B) 352.34º 0.97% 0.76% -
XYZ 22.27 11.53 2.22 -
YUV 63.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 193 5 29 0 0.97 0.85 0.24 352.34 0.95 0.39
Hex C1 5 1D 0 61 55 18 160 5F 27
Octal 301 5 35 0 141 125 30 540 137 47
Binary 11000001 101 11101 0 1100001 1010101 11000 101100000 1011111 100111

Color Harmonies of #C1051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1051D

Black with #C1051D

Text Example


Text Example

White with #C1051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1051D; }

 p { color: rgb(193,5,29); }

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

background-color css

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

 a { background-color: rgb(193,5,29); }

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

border-color css

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

 span { border-color: rgb(193,5,29); }

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