Html Css Color HEX #C20F1C Venetian Red

📋 copy color: '#C20F1C'

red 194 ◦ green 15 ◦ blue 28

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

Shades of Venetian Red #C20F1C

Tints of Venetian Red #C20F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 81.86%
G = 6.33%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C20F1C (or 0xC20F1C) is known color: Venetian Red. HEX triplet: C2, 0F and 1C. RGB value is (194,15,28). Sum of RGB (Red+Green+Blue) = 194+15+28=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F1C is #3DF0E3. Grayscale: #464646. Windows color (decimal): -4059364 or 1839042. OLE color: 1839042.

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

Color convert

RGB 194 15 28 -
CMYK 0 0.92 0.86 0.24
HSL 355.64º 0.86% 0.41% -
HSV(B) 355.64º 0.92% 0.76% -
XYZ 22.63 11.89 2.2 -
YUV 70 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 194 15 28 0 0.92 0.86 0.24 355.64 0.86 0.41
Hex C2 F 1C 0 5C 56 18 164 56 29
Octal 302 17 34 0 134 126 30 544 126 51
Binary 11000010 1111 11100 0 1011100 1010110 11000 101100100 1010110 101001

Color Harmonies of #C20F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20F1C

Black with #C20F1C

Text Example


Text Example

White with #C20F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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