Html Css Color HEX #C2001A Venetian Red

📋 copy color: '#C2001A'

red 194 ◦ green 0 ◦ blue 26

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

Shades of Venetian Red #C2001A

Tints of Venetian Red #C2001A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.18%
G = 0%
B = 11.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2001A (or 0xC2001A) is known color: Venetian Red. HEX triplet: C2, 00 and 1A. RGB value is (194,0,26). Sum of RGB (Red+Green+Blue) = 194+0+26=220 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 194 - color contains mainly: red. Hex color #C2001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2001A is #3DFFE5. Grayscale: #3D3D3D. Windows color (decimal): -4063206 or 1704130. OLE color: 1704130.

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

Color convert

RGB 194 0 26 -
CMYK 0 1 0.87 0.24
HSL 351.96º 1% 0.38% -
HSV(B) 351.96º 1% 0.76% -
XYZ 22.43 11.54 2.02 -
YUV 60.97 108.27 222.89 -
System Red Green Blue C M Y K H S L
Decimal 194 0 26 0 1 0.87 0.24 351.96 1 0.38
Hex C2 0 1A 0 64 57 18 160 64 26
Octal 302 0 32 0 144 127 30 540 144 46
Binary 11000010 0 11010 0 1100100 1010111 11000 101100000 1100100 100110

Color Harmonies of #C2001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2001A

Black with #C2001A

Text Example


Text Example

White with #C2001A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2001A; }

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

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

background-color css

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

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

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

border-color css

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

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

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