Html Css Color HEX #C21214 Venetian Red

📋 copy color: '#C21214'

red 194 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #C21214

Tints of Venetian Red #C21214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 83.62%
G = 7.76%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C21214 (or 0xC21214) is known color: Venetian Red. HEX triplet: C2, 12 and 14. RGB value is (194,18,20). Sum of RGB (Red+Green+Blue) = 194+18+20=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C21214 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21214 is #3DEDEB. Grayscale: #474747. Windows color (decimal): -4058604 or 1315522. OLE color: 1315522.

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

Color convert

RGB 194 18 20 -
CMYK 0 0.91 0.90 0.24
HSL 359.32º 0.83% 0.42% -
HSV(B) 359.32º 0.91% 0.76% -
XYZ 22.59 11.95 1.78 -
YUV 70.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 194 18 20 0 0.91 0.90 0.24 359.32 0.83 0.42
Hex C2 12 14 0 5B 5A 18 167 53 2A
Octal 302 22 24 0 133 132 30 547 123 52
Binary 11000010 10010 10100 0 1011011 1011010 11000 101100111 1010011 101010

Color Harmonies of #C21214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21214

Black with #C21214

Text Example


Text Example

White with #C21214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21214; }

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

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

background-color css

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

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

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

border-color css

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

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

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