Html Css Color HEX #C1041D Venetian Red

📋 copy color: '#C1041D'

red 193 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #C1041D

Tints of Venetian Red #C1041D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.77%

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

R = 85.4%
G = 1.77%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1041D (or 0xC1041D) is known color: Venetian Red. HEX triplet: C1, 04 and 1D. RGB value is (193,4,29). Sum of RGB (Red+Green+Blue) = 193+4+29=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C1041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1041D is #3EFBE2. Grayscale: #3F3F3F. Windows color (decimal): -4127715 or 1901761. OLE color: 1901761.

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

Color convert

RGB 193 4 29 -
CMYK 0 0.98 0.85 0.24
HSL 352.06º 0.96% 0.39% -
HSV(B) 352.06º 0.98% 0.76% -
XYZ 22.26 11.51 2.21 -
YUV 63.36 108.62 220.47 -
System Red Green Blue C M Y K H S L
Decimal 193 4 29 0 0.98 0.85 0.24 352.06 0.96 0.39
Hex C1 4 1D 0 62 55 18 160 60 27
Octal 301 4 35 0 142 125 30 540 140 47
Binary 11000001 100 11101 0 1100010 1010101 11000 101100000 1100000 100111

Color Harmonies of #C1041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1041D

Black with #C1041D

Text Example


Text Example

White with #C1041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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