Html Css Color HEX #C20112 Venetian Red

📋 copy color: '#C20112'

red 194 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #C20112

Tints of Venetian Red #C20112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 91.08%
G = 0.47%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C20112 (or 0xC20112) is known color: Venetian Red. HEX triplet: C2, 01 and 12. RGB value is (194,1,18). Sum of RGB (Red+Green+Blue) = 194+1+18=213 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.08% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 194 - color contains mainly: red. Hex color #C20112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20112 is #3DFEED. Grayscale: #3C3C3C. Windows color (decimal): -4062958 or 1180098. OLE color: 1180098.

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

Color convert

RGB 194 1 18 -
CMYK 0 0.99 0.91 0.24
HSL 354.72º 0.99% 0.38% -
HSV(B) 354.72º 0.99% 0.76% -
XYZ 22.37 11.53 1.62 -
YUV 60.65 103.94 223.12 -
System Red Green Blue C M Y K H S L
Decimal 194 1 18 0 0.99 0.91 0.24 354.72 0.99 0.38
Hex C2 1 12 0 63 5B 18 163 63 26
Octal 302 1 22 0 143 133 30 543 143 46
Binary 11000010 1 10010 0 1100011 1011011 11000 101100011 1100011 100110

Color Harmonies of #C20112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20112

Black with #C20112

Text Example


Text Example

White with #C20112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20112; }

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

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

background-color css

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

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

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

border-color css

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

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

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