Html Css Color HEX #C20813 Venetian Red

📋 copy color: '#C20813'

red 194 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #C20813

Tints of Venetian Red #C20813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 87.78%
G = 3.62%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20813 (or 0xC20813) is known color: Venetian Red. HEX triplet: C2, 08 and 13. RGB value is (194,8,19). Sum of RGB (Red+Green+Blue) = 194+8+19=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C20813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20813 is #3DF7EC. Grayscale: #414141. Windows color (decimal): -4061165 or 1247426. OLE color: 1247426.

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

Color convert

RGB 194 8 19 -
CMYK 0 0.96 0.90 0.24
HSL 356.45º 0.92% 0.4% -
HSV(B) 356.45º 0.96% 0.76% -
XYZ 22.45 11.69 1.69 -
YUV 64.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 194 8 19 0 0.96 0.90 0.24 356.45 0.92 0.4
Hex C2 8 13 0 60 5A 18 164 5C 28
Octal 302 10 23 0 140 132 30 544 134 50
Binary 11000010 1000 10011 0 1100000 1011010 11000 101100100 1011100 101000

Color Harmonies of #C20813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20813

Black with #C20813

Text Example


Text Example

White with #C20813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20813; }

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

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

background-color css

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

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

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

border-color css

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

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

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