Html Css Color HEX #C20215 Venetian Red

📋 copy color: '#C20215'

red 194 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #C20215

Tints of Venetian Red #C20215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 89.4%
G = 0.92%
B = 9.68%

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

#C20215 (or 0xC20215) is known color: Venetian Red. HEX triplet: C2, 02 and 15. RGB value is (194,2,21). Sum of RGB (Red+Green+Blue) = 194+2+21=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20215 is #3DFDEA. Grayscale: #3D3D3D. Windows color (decimal): -4062699 or 1376962. OLE color: 1376962.

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

Color convert

RGB 194 2 21 -
CMYK 0 0.99 0.89 0.24
HSL 354.06º 0.98% 0.38% -
HSV(B) 354.06º 0.99% 0.76% -
XYZ 22.41 11.57 1.76 -
YUV 61.57 105.11 222.46 -
System Red Green Blue C M Y K H S L
Decimal 194 2 21 0 0.99 0.89 0.24 354.06 0.98 0.38
Hex C2 2 15 0 63 59 18 162 62 26
Octal 302 2 25 0 143 131 30 542 142 46
Binary 11000010 10 10101 0 1100011 1011001 11000 101100010 1100010 100110

Color Harmonies of #C20215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20215

Black with #C20215

Text Example


Text Example

White with #C20215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20215; }

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

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

background-color css

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

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

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

border-color css

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

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

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