Html Css Color HEX #C21011 Venetian Red

📋 copy color: '#C21011'

red 194 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #C21011

Tints of Venetian Red #C21011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.49%

R = 85.46%
G = 7.05%
B = 7.49%

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

#C21011 (or 0xC21011) is known color: Venetian Red. HEX triplet: C2, 10 and 11. RGB value is (194,16,17). Sum of RGB (Red+Green+Blue) = 194+16+17=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C21011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21011 is #3DEFEE. Grayscale: #454545. Windows color (decimal): -4059119 or 1118402. OLE color: 1118402.

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

Color convert

RGB 194 16 17 -
CMYK 0 0.92 0.91 0.24
HSL 359.66º 0.85% 0.41% -
HSV(B) 359.66º 0.92% 0.76% -
XYZ 22.53 11.88 1.64 -
YUV 69.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 194 16 17 0 0.92 0.91 0.24 359.66 0.85 0.41
Hex C2 10 11 0 5C 5B 18 168 55 29
Octal 302 20 21 0 134 133 30 550 125 51
Binary 11000010 10000 10001 0 1011100 1011011 11000 101101000 1010101 101001

Color Harmonies of #C21011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21011

Black with #C21011

Text Example


Text Example

White with #C21011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21011; }

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

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

background-color css

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

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

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

border-color css

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

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

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