Html Css Color HEX #C2002C Venetian Red

📋 copy color: '#C2002C'

red 194 ◦ green 0 ◦ blue 44

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

Shades of Venetian Red #C2002C

Tints of Venetian Red #C2002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 81.51%
G = 0%
B = 18.49%

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

#C2002C (or 0xC2002C) is known color: Venetian Red. HEX triplet: C2, 00 and 2C. RGB value is (194,0,44). Sum of RGB (Red+Green+Blue) = 194+0+44=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C2002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2002C is #3DFFD3. Grayscale: #3F3F3F. Windows color (decimal): -4063188 or 2883778. OLE color: 2883778.

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

Color convert

RGB 194 0 44 -
CMYK 0 1 0.77 0.24
HSL 346.39º 1% 0.38% -
HSV(B) 346.39º 1% 0.76% -
XYZ 22.7 11.65 3.44 -
YUV 63.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 194 0 44 0 1 0.77 0.24 346.39 1 0.38
Hex C2 0 2C 0 64 4D 18 15A 64 26
Octal 302 0 54 0 144 115 30 532 144 46
Binary 11000010 0 101100 0 1100100 1001101 11000 101011010 1100100 100110

Color Harmonies of #C2002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2002C

Black with #C2002C

Text Example


Text Example

White with #C2002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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