Html Css Color HEX #C2001D Venetian Red

📋 copy color: '#C2001D'

red 194 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #C2001D

Tints of Venetian Red #C2001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13%

R = 87%
G = 0%
B = 13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2001D (or 0xC2001D) is known color: Venetian Red. HEX triplet: C2, 00 and 1D. RGB value is (194,0,29). Sum of RGB (Red+Green+Blue) = 194+0+29=223 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.00% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 29 (11.72% from 255 or 13.00% from 223); Max value from RGB is 194 - color contains mainly: red. Hex color #C2001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2001D is #3DFFE2. Grayscale: #3D3D3D. Windows color (decimal): -4063203 or 1900738. OLE color: 1900738.

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

Color convert

RGB 194 0 29 -
CMYK 0 1 0.85 0.24
HSL 351.03º 1% 0.38% -
HSV(B) 351.03º 1% 0.76% -
XYZ 22.47 11.56 2.21 -
YUV 61.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 194 0 29 0 1 0.85 0.24 351.03 1 0.38
Hex C2 0 1D 0 64 55 18 15F 64 26
Octal 302 0 35 0 144 125 30 537 144 46
Binary 11000010 0 11101 0 1100100 1010101 11000 101011111 1100100 100110

Color Harmonies of #C2001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2001D

Black with #C2001D

Text Example


Text Example

White with #C2001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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