Html Css Color HEX #C2001B Venetian Red

📋 copy color: '#C2001B'

red 194 ◦ green 0 ◦ blue 27

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

Shades of Venetian Red #C2001B

Tints of Venetian Red #C2001B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 87.78%
G = 0%
B = 12.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2001B (or 0xC2001B) is known color: Venetian Red. HEX triplet: C2, 00 and 1B. RGB value is (194,0,27). Sum of RGB (Red+Green+Blue) = 194+0+27=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C2001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2001B is #3DFFE4. Grayscale: #3D3D3D. Windows color (decimal): -4063205 or 1769666. OLE color: 1769666.

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

Color convert

RGB 194 0 27 -
CMYK 0 1 0.86 0.24
HSL 351.65º 1% 0.38% -
HSV(B) 351.65º 1% 0.76% -
XYZ 22.45 11.55 2.08 -
YUV 61.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 194 0 27 0 1 0.86 0.24 351.65 1 0.38
Hex C2 0 1B 0 64 56 18 160 64 26
Octal 302 0 33 0 144 126 30 540 144 46
Binary 11000010 0 11011 0 1100100 1010110 11000 101100000 1100100 100110

Color Harmonies of #C2001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2001B

Black with #C2001B

Text Example


Text Example

White with #C2001B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2001B; }

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

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

background-color css

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

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

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

border-color css

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

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

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