Html Css Color HEX #C20812 Venetian Red

📋 copy color: '#C20812'

red 194 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #C20812

Tints of Venetian Red #C20812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 88.18%
G = 3.64%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20812 (or 0xC20812) is known color: Venetian Red. HEX triplet: C2, 08 and 12. RGB value is (194,8,18). Sum of RGB (Red+Green+Blue) = 194+8+18=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C20812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20812 is #3DF7ED. Grayscale: #404040. Windows color (decimal): -4061166 or 1181890. OLE color: 1181890.

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

Color convert

RGB 194 8 18 -
CMYK 0 0.96 0.91 0.24
HSL 356.77º 0.92% 0.4% -
HSV(B) 356.77º 0.96% 0.76% -
XYZ 22.44 11.69 1.65 -
YUV 64.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 194 8 18 0 0.96 0.91 0.24 356.77 0.92 0.4
Hex C2 8 12 0 60 5B 18 165 5C 28
Octal 302 10 22 0 140 133 30 545 134 50
Binary 11000010 1000 10010 0 1100000 1011011 11000 101100101 1011100 101000

Color Harmonies of #C20812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20812

Black with #C20812

Text Example


Text Example

White with #C20812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20812; }

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

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

background-color css

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

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

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

border-color css

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

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

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