Html Css Color HEX #C1051A Venetian Red

📋 copy color: '#C1051A'

red 193 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #C1051A

Tints of Venetian Red #C1051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.61%

R = 86.16%
G = 2.23%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1051A (or 0xC1051A) is known color: Venetian Red. HEX triplet: C1, 05 and 1A. RGB value is (193,5,26). Sum of RGB (Red+Green+Blue) = 193+5+26=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C1051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1051A is #3EFAE5. Grayscale: #3F3F3F. Windows color (decimal): -4127462 or 1705409. OLE color: 1705409.

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

Color convert

RGB 193 5 26 -
CMYK 0 0.97 0.87 0.24
HSL 353.3º 0.95% 0.39% -
HSV(B) 353.3º 0.97% 0.76% -
XYZ 22.23 11.52 2.03 -
YUV 63.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 193 5 26 0 0.97 0.87 0.24 353.3 0.95 0.39
Hex C1 5 1A 0 61 57 18 161 5F 27
Octal 301 5 32 0 141 127 30 541 137 47
Binary 11000001 101 11010 0 1100001 1010111 11000 101100001 1011111 100111

Color Harmonies of #C1051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1051A

Black with #C1051A

Text Example


Text Example

White with #C1051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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