Html Css Color HEX #C2002A Venetian Red

📋 copy color: '#C2002A'

red 194 ◦ green 0 ◦ blue 42

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

Shades of Venetian Red #C2002A

Tints of Venetian Red #C2002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 82.2%
G = 0%
B = 17.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2002A (or 0xC2002A) is known color: Venetian Red. HEX triplet: C2, 00 and 2A. RGB value is (194,0,42). Sum of RGB (Red+Green+Blue) = 194+0+42=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C2002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2002A is #3DFFD5. Grayscale: #3E3E3E. Windows color (decimal): -4063190 or 2752706. OLE color: 2752706.

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

Color convert

RGB 194 0 42 -
CMYK 0 1 0.78 0.24
HSL 347.01º 1% 0.38% -
HSV(B) 347.01º 1% 0.76% -
XYZ 22.67 11.64 3.24 -
YUV 62.79 116.27 221.58 -
System Red Green Blue C M Y K H S L
Decimal 194 0 42 0 1 0.78 0.24 347.01 1 0.38
Hex C2 0 2A 0 64 4E 18 15B 64 26
Octal 302 0 52 0 144 116 30 533 144 46
Binary 11000010 0 101010 0 1100100 1001110 11000 101011011 1100100 100110

Color Harmonies of #C2002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2002A

Black with #C2002A

Text Example


Text Example

White with #C2002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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