Html Css Color HEX #C21012 Venetian Red

📋 copy color: '#C21012'

red 194 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #C21012

Tints of Venetian Red #C21012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 85.09%
G = 7.02%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C21012 (or 0xC21012) is known color: Venetian Red. HEX triplet: C2, 10 and 12. RGB value is (194,16,18). Sum of RGB (Red+Green+Blue) = 194+16+18=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C21012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21012 is #3DEFED. Grayscale: #454545. Windows color (decimal): -4059118 or 1183938. OLE color: 1183938.

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

Color convert

RGB 194 16 18 -
CMYK 0 0.92 0.91 0.24
HSL 359.33º 0.85% 0.41% -
HSV(B) 359.33º 0.92% 0.76% -
XYZ 22.54 11.88 1.68 -
YUV 69.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 194 16 18 0 0.92 0.91 0.24 359.33 0.85 0.41
Hex C2 10 12 0 5C 5B 18 167 55 29
Octal 302 20 22 0 134 133 30 547 125 51
Binary 11000010 10000 10010 0 1011100 1011011 11000 101100111 1010101 101001

Color Harmonies of #C21012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21012

Black with #C21012

Text Example


Text Example

White with #C21012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21012; }

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

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

background-color css

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

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

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

border-color css

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

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

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