Html Css Color HEX #C1031D Venetian Red

📋 copy color: '#C1031D'

red 193 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #C1031D

Tints of Venetian Red #C1031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

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

R = 85.78%
G = 1.33%
B = 12.89%

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

#C1031D (or 0xC1031D) is known color: Venetian Red. HEX triplet: C1, 03 and 1D. RGB value is (193,3,29). Sum of RGB (Red+Green+Blue) = 193+3+29=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C1031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1031D is #3EFCE2. Grayscale: #3E3E3E. Windows color (decimal): -4127971 or 1901505. OLE color: 1901505.

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

Color convert

RGB 193 3 29 -
CMYK 0 0.98 0.85 0.24
HSL 351.79º 0.97% 0.38% -
HSV(B) 351.79º 0.98% 0.76% -
XYZ 22.25 11.49 2.21 -
YUV 62.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 193 3 29 0 0.98 0.85 0.24 351.79 0.97 0.38
Hex C1 3 1D 0 62 55 18 160 61 26
Octal 301 3 35 0 142 125 30 540 141 46
Binary 11000001 11 11101 0 1100010 1010101 11000 101100000 1100001 100110

Color Harmonies of #C1031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1031D

Black with #C1031D

Text Example


Text Example

White with #C1031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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