Html Css Color HEX #C1011D Venetian Red

📋 copy color: '#C1011D'

red 193 ◦ green 1 ◦ blue 29

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

Shades of Venetian Red #C1011D

Tints of Venetian Red #C1011D

RGB

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

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

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

R = 86.55%
G = 0.45%
B = 13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1011D (or 0xC1011D) is known color: Venetian Red. HEX triplet: C1, 01 and 1D. RGB value is (193,1,29). Sum of RGB (Red+Green+Blue) = 193+1+29=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C1011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1011D is #3EFEE2. Grayscale: #3D3D3D. Windows color (decimal): -4128483 or 1900993. OLE color: 1900993.

HSL color Cylindrical-coordinate representation of color #C1011D: hue angle of 351.25º 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 #C1011D is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 1 29 -
CMYK 0 0.99 0.85 0.24
HSL 351.25º 0.99% 0.38% -
HSV(B) 351.25º 0.99% 0.76% -
XYZ 22.22 11.45 2.2 -
YUV 61.6 109.61 221.72 -
System Red Green Blue C M Y K H S L
Decimal 193 1 29 0 0.99 0.85 0.24 351.25 0.99 0.38
Hex C1 1 1D 0 63 55 18 15F 63 26
Octal 301 1 35 0 143 125 30 537 143 46
Binary 11000001 1 11101 0 1100011 1010101 11000 101011111 1100011 100110

Color Harmonies of #C1011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1011D

Black with #C1011D

Text Example


Text Example

White with #C1011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1011D; }

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

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

background-color css

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

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

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

border-color css

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

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

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