Html Css Color HEX #C20C1A Venetian Red

📋 copy color: '#C20C1A'

red 194 ◦ green 12 ◦ blue 26

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

Shades of Venetian Red #C20C1A

Tints of Venetian Red #C20C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.17%

 BLUE value IS 26 (10.55% from 255) = 11.21%

R = 83.62%
G = 5.17%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C20C1A (or 0xC20C1A) is known color: Venetian Red. HEX triplet: C2, 0C and 1A. RGB value is (194,12,26). Sum of RGB (Red+Green+Blue) = 194+12+26=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C1A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C1A is #3DF3E5. Grayscale: #444444. Windows color (decimal): -4060134 or 1707202. OLE color: 1707202.

HSL color Cylindrical-coordinate representation of color #C20C1A: hue angle of 355.38º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C1A is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 26 -
CMYK 0 0.94 0.87 0.24
HSL 355.38º 0.88% 0.4% -
HSV(B) 355.38º 0.94% 0.76% -
XYZ 22.57 11.81 2.07 -
YUV 68.01 104.3 217.86 -
System Red Green Blue C M Y K H S L
Decimal 194 12 26 0 0.94 0.87 0.24 355.38 0.88 0.4
Hex C2 C 1A 0 5E 57 18 163 58 28
Octal 302 14 32 0 136 127 30 543 130 50
Binary 11000010 1100 11010 0 1011110 1010111 11000 101100011 1011000 101000

Color Harmonies of #C20C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C1A

Black with #C20C1A

Text Example


Text Example

White with #C20C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C1A; }

 p { color: rgb(194,12,26); }

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

background-color css

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

 a { background-color: rgb(194,12,26); }

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

border-color css

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

 span { border-color: rgb(194,12,26); }

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