Html Css Color HEX #C20C1C Venetian Red

📋 copy color: '#C20C1C'

red 194 ◦ green 12 ◦ blue 28

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

Shades of Venetian Red #C20C1C

Tints of Venetian Red #C20C1C

RGB

 RED value IS 194 (76.17% from 255) = 82.91%

 GREEN value IS 12 (5.08% from 255) = 5.13%

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

R = 82.91%
G = 5.13%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C20C1C (or 0xC20C1C) is known color: Venetian Red. HEX triplet: C2, 0C and 1C. RGB value is (194,12,28). Sum of RGB (Red+Green+Blue) = 194+12+28=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C1C is #3DF3E3. Grayscale: #444444. Windows color (decimal): -4060132 or 1838274. OLE color: 1838274.

HSL color Cylindrical-coordinate representation of color #C20C1C: hue angle of 354.73º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C1C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 28 -
CMYK 0 0.94 0.86 0.24
HSL 354.73º 0.88% 0.4% -
HSV(B) 354.73º 0.94% 0.76% -
XYZ 22.59 11.82 2.19 -
YUV 68.24 105.3 217.7 -
System Red Green Blue C M Y K H S L
Decimal 194 12 28 0 0.94 0.86 0.24 354.73 0.88 0.4
Hex C2 C 1C 0 5E 56 18 163 58 28
Octal 302 14 34 0 136 126 30 543 130 50
Binary 11000010 1100 11100 0 1011110 1010110 11000 101100011 1011000 101000

Color Harmonies of #C20C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C1C

Black with #C20C1C

Text Example


Text Example

White with #C20C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C1C; }

 p { color: rgb(194,12,28); }

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

background-color css

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

 a { background-color: rgb(194,12,28); }

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

border-color css

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

 span { border-color: rgb(194,12,28); }

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