Html Css Color HEX #C1061C Venetian Red

📋 copy color: '#C1061C'

red 193 ◦ green 6 ◦ blue 28

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

Shades of Venetian Red #C1061C

Tints of Venetian Red #C1061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 85.02%
G = 2.64%
B = 12.33%

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

#C1061C (or 0xC1061C) is known color: Venetian Red. HEX triplet: C1, 06 and 1C. RGB value is (193,6,28). Sum of RGB (Red+Green+Blue) = 193+6+28=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C1061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1061C is #3EF9E3. Grayscale: #404040. Windows color (decimal): -4127204 or 1836737. OLE color: 1836737.

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

Color convert

RGB 193 6 28 -
CMYK 0 0.97 0.85 0.24
HSL 352.94º 0.94% 0.39% -
HSV(B) 352.94º 0.97% 0.76% -
XYZ 22.27 11.55 2.15 -
YUV 64.42 107.45 219.71 -
System Red Green Blue C M Y K H S L
Decimal 193 6 28 0 0.97 0.85 0.24 352.94 0.94 0.39
Hex C1 6 1C 0 61 55 18 161 5E 27
Octal 301 6 34 0 141 125 30 541 136 47
Binary 11000001 110 11100 0 1100001 1010101 11000 101100001 1011110 100111

Color Harmonies of #C1061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1061C

Black with #C1061C

Text Example


Text Example

White with #C1061C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1061C; }

 p { color: rgb(193,6,28); }

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

background-color css

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

 a { background-color: rgb(193,6,28); }

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

border-color css

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

 span { border-color: rgb(193,6,28); }

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