Html Css Color HEX #C2002D Venetian Red

📋 copy color: '#C2002D'

red 194 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #C2002D

Tints of Venetian Red #C2002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 81.17%
G = 0%
B = 18.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2002D (or 0xC2002D) is known color: Venetian Red. HEX triplet: C2, 00 and 2D. RGB value is (194,0,45). Sum of RGB (Red+Green+Blue) = 194+0+45=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C2002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2002D is #3DFFD2. Grayscale: #3F3F3F. Windows color (decimal): -4063187 or 2949314. OLE color: 2949314.

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

Color convert

RGB 194 0 45 -
CMYK 0 1 0.77 0.24
HSL 346.08º 1% 0.38% -
HSV(B) 346.08º 1% 0.76% -
XYZ 22.72 11.66 3.54 -
YUV 63.14 117.77 221.34 -
System Red Green Blue C M Y K H S L
Decimal 194 0 45 0 1 0.77 0.24 346.08 1 0.38
Hex C2 0 2D 0 64 4D 18 15A 64 26
Octal 302 0 55 0 144 115 30 532 144 46
Binary 11000010 0 101101 0 1100100 1001101 11000 101011010 1100100 100110

Color Harmonies of #C2002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2002D

Black with #C2002D

Text Example


Text Example

White with #C2002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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