Html Css Color HEX #C20214 Venetian Red

📋 copy color: '#C20214'

red 194 ◦ green 2 ◦ blue 20

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

Shades of Venetian Red #C20214

Tints of Venetian Red #C20214

RGB

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

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

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

R = 89.81%
G = 0.93%
B = 9.26%

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

#C20214 (or 0xC20214) is known color: Venetian Red. HEX triplet: C2, 02 and 14. RGB value is (194,2,20). Sum of RGB (Red+Green+Blue) = 194+2+20=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20214 is #3DFDEB. Grayscale: #3D3D3D. Windows color (decimal): -4062700 or 1311426. OLE color: 1311426.

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

Color convert

RGB 194 2 20 -
CMYK 0 0.99 0.90 0.24
HSL 354.38º 0.98% 0.38% -
HSV(B) 354.38º 0.99% 0.76% -
XYZ 22.4 11.56 1.71 -
YUV 61.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 194 2 20 0 0.99 0.90 0.24 354.38 0.98 0.38
Hex C2 2 14 0 63 5A 18 162 62 26
Octal 302 2 24 0 143 132 30 542 142 46
Binary 11000010 10 10100 0 1100011 1011010 11000 101100010 1100010 100110

Color Harmonies of #C20214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20214

Black with #C20214

Text Example


Text Example

White with #C20214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20214; }

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

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

background-color css

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

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

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

border-color css

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

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

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