Html Css Color HEX #C20613 Venetian Red

📋 copy color: '#C20613'

red 194 ◦ green 6 ◦ blue 19

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

Shades of Venetian Red #C20613

Tints of Venetian Red #C20613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 88.58%
G = 2.74%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20613 (or 0xC20613) is known color: Venetian Red. HEX triplet: C2, 06 and 13. RGB value is (194,6,19). Sum of RGB (Red+Green+Blue) = 194+6+19=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20613 is #3DF9EC. Grayscale: #3F3F3F. Windows color (decimal): -4061677 or 1246914. OLE color: 1246914.

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

Color convert

RGB 194 6 19 -
CMYK 0 0.97 0.90 0.24
HSL 355.85º 0.94% 0.39% -
HSV(B) 355.85º 0.97% 0.76% -
XYZ 22.43 11.65 1.68 -
YUV 63.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 194 6 19 0 0.97 0.90 0.24 355.85 0.94 0.39
Hex C2 6 13 0 61 5A 18 164 5E 27
Octal 302 6 23 0 141 132 30 544 136 47
Binary 11000010 110 10011 0 1100001 1011010 11000 101100100 1011110 100111

Color Harmonies of #C20613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20613

Black with #C20613

Text Example


Text Example

White with #C20613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20613; }

 p { color: rgb(194,6,19); }

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

background-color css

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

 a { background-color: rgb(194,6,19); }

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

border-color css

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

 span { border-color: rgb(194,6,19); }

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