Html Css Color HEX #C20115 Venetian Red

📋 copy color: '#C20115'

red 194 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #C20115

Tints of Venetian Red #C20115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.72%

R = 89.81%
G = 0.46%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20115 (or 0xC20115) is known color: Venetian Red. HEX triplet: C2, 01 and 15. RGB value is (194,1,21). Sum of RGB (Red+Green+Blue) = 194+1+21=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20115 is #3DFEEA. Grayscale: #3D3D3D. Windows color (decimal): -4062955 or 1376706. OLE color: 1376706.

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

Color convert

RGB 194 1 21 -
CMYK 0 0.99 0.89 0.24
HSL 353.78º 0.99% 0.38% -
HSV(B) 353.78º 0.99% 0.76% -
XYZ 22.39 11.55 1.76 -
YUV 60.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 194 1 21 0 0.99 0.89 0.24 353.78 0.99 0.38
Hex C2 1 15 0 63 59 18 162 63 26
Octal 302 1 25 0 143 131 30 542 143 46
Binary 11000010 1 10101 0 1100011 1011001 11000 101100010 1100011 100110

Color Harmonies of #C20115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20115

Black with #C20115

Text Example


Text Example

White with #C20115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20115; }

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

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

background-color css

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

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

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

border-color css

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

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

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