Html Css Color HEX #C20012 Venetian Red

📋 copy color: '#C20012'

red 194 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #C20012

Tints of Venetian Red #C20012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 91.51%
G = 0%
B = 8.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20012 (or 0xC20012) is known color: Venetian Red. HEX triplet: C2, 00 and 12. RGB value is (194,0,18). Sum of RGB (Red+Green+Blue) = 194+0+18=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C20012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20012 is #3DFFED. Grayscale: #3C3C3C. Windows color (decimal): -4063214 or 1179842. OLE color: 1179842.

HSL color Cylindrical-coordinate representation of color #C20012: hue angle of 354.43º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20012 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 18 -
CMYK 0 1 0.91 0.24
HSL 354.43º 1% 0.38% -
HSV(B) 354.43º 1% 0.76% -
XYZ 22.36 11.51 1.62 -
YUV 60.06 104.27 223.54 -
System Red Green Blue C M Y K H S L
Decimal 194 0 18 0 1 0.91 0.24 354.43 1 0.38
Hex C2 0 12 0 64 5B 18 162 64 26
Octal 302 0 22 0 144 133 30 542 144 46
Binary 11000010 0 10010 0 1100100 1011011 11000 101100010 1100100 100110

Color Harmonies of #C20012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20012

Black with #C20012

Text Example


Text Example

White with #C20012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20012; }

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

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

background-color css

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

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

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

border-color css

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

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

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