Html Css Color HEX #C01416 Venetian Red

📋 copy color: '#C01416'

red 192 ◦ green 20 ◦ blue 22

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

Shades of Venetian Red #C01416

Tints of Venetian Red #C01416

RGB

 RED value IS 192 (75.39% from 255) = 82.05%

 GREEN value IS 20 (8.2% from 255) = 8.55%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 82.05%
G = 8.55%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C01416 (or 0xC01416) is known color: Venetian Red. HEX triplet: C0, 14 and 16. RGB value is (192,20,22). Sum of RGB (Red+Green+Blue) = 192+20+22=234 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.05% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 192 - color contains mainly: red. Hex color #C01416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C01416 is #3FEBE9. Grayscale: #474747. Windows color (decimal): -4189162 or 1447104. OLE color: 1447104.

HSL color Cylindrical-coordinate representation of color #C01416: hue angle of 359.3º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01416 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 20 22 -
CMYK 0 0.90 0.89 0.25
HSL 359.3º 0.81% 0.42% -
HSV(B) 359.3º 0.9% 0.75% -
XYZ 22.13 11.76 1.86 -
YUV 71.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 192 20 22 0 0.90 0.89 0.25 359.3 0.81 0.42
Hex C0 14 16 0 5A 59 19 167 51 2A
Octal 300 24 26 0 132 131 31 547 121 52
Binary 11000000 10100 10110 0 1011010 1011001 11001 101100111 1010001 101010

Color Harmonies of #C01416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01416

Black with #C01416

Text Example


Text Example

White with #C01416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01416; }

 p { color: rgb(192,20,22); }

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

background-color css

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

 a { background-color: rgb(192,20,22); }

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

border-color css

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

 span { border-color: rgb(192,20,22); }

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