Html Css Color HEX #C20F16 Venetian Red

📋 copy color: '#C20F16'

red 194 ◦ green 15 ◦ blue 22

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

Shades of Venetian Red #C20F16

Tints of Venetian Red #C20F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.49%

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

R = 83.98%
G = 6.49%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20F16 (or 0xC20F16) is known color: Venetian Red. HEX triplet: C2, 0F and 16. RGB value is (194,15,22). Sum of RGB (Red+Green+Blue) = 194+15+22=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20F16 is #3DF0E9. Grayscale: #454545. Windows color (decimal): -4059370 or 1445826. OLE color: 1445826.

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

Color convert

RGB 194 15 22 -
CMYK 0 0.92 0.89 0.24
HSL 357.65º 0.86% 0.41% -
HSV(B) 357.65º 0.92% 0.76% -
XYZ 22.56 11.87 1.86 -
YUV 69.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 194 15 22 0 0.92 0.89 0.24 357.65 0.86 0.41
Hex C2 F 16 0 5C 59 18 166 56 29
Octal 302 17 26 0 134 131 30 546 126 51
Binary 11000010 1111 10110 0 1011100 1011001 11000 101100110 1010110 101001

Color Harmonies of #C20F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F16

Black with #C20F16

Text Example


Text Example

White with #C20F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F16; }

 p { color: rgb(194,15,22); }

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

background-color css

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

 a { background-color: rgb(194,15,22); }

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

border-color css

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

 span { border-color: rgb(194,15,22); }

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