Html Css Color HEX #C20114 Venetian Red

📋 copy color: '#C20114'

red 194 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #C20114

Tints of Venetian Red #C20114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 90.23%
G = 0.47%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C20114 (or 0xC20114) is known color: Venetian Red. HEX triplet: C2, 01 and 14. RGB value is (194,1,20). Sum of RGB (Red+Green+Blue) = 194+1+20=215 (28% of max value = 765). Red value is 194 (76.17% from 255 or 90.23% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 194 - color contains mainly: red. Hex color #C20114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20114 is #3DFEEB. Grayscale: #3C3C3C. Windows color (decimal): -4062956 or 1311170. OLE color: 1311170.

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

Color convert

RGB 194 1 20 -
CMYK 0 0.99 0.90 0.24
HSL 354.09º 0.99% 0.38% -
HSV(B) 354.09º 0.99% 0.76% -
XYZ 22.39 11.54 1.71 -
YUV 60.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 194 1 20 0 0.99 0.90 0.24 354.09 0.99 0.38
Hex C2 1 14 0 63 5A 18 162 63 26
Octal 302 1 24 0 143 132 30 542 143 46
Binary 11000010 1 10100 0 1100011 1011010 11000 101100010 1100011 100110

Color Harmonies of #C20114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20114

Black with #C20114

Text Example


Text Example

White with #C20114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20114; }

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

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

background-color css

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

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

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

border-color css

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

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

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