Html Css Color HEX #C2052A Venetian Red

📋 copy color: '#C2052A'

red 194 ◦ green 5 ◦ blue 42

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

Shades of Venetian Red #C2052A

Tints of Venetian Red #C2052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

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

R = 80.5%
G = 2.07%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2052A (or 0xC2052A) is known color: Venetian Red. HEX triplet: C2, 05 and 2A. RGB value is (194,5,42). Sum of RGB (Red+Green+Blue) = 194+5+42=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C2052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2052A is #3DFAD5. Grayscale: #414141. Windows color (decimal): -4061910 or 2753986. OLE color: 2753986.

HSL color Cylindrical-coordinate representation of color #C2052A: hue angle of 348.25º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2052A is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 42 -
CMYK 0 0.97 0.78 0.24
HSL 348.25º 0.95% 0.39% -
HSV(B) 348.25º 0.97% 0.76% -
XYZ 22.72 11.75 3.26 -
YUV 65.73 114.62 219.49 -
System Red Green Blue C M Y K H S L
Decimal 194 5 42 0 0.97 0.78 0.24 348.25 0.95 0.39
Hex C2 5 2A 0 61 4E 18 15C 5F 27
Octal 302 5 52 0 141 116 30 534 137 47
Binary 11000010 101 101010 0 1100001 1001110 11000 101011100 1011111 100111

Color Harmonies of #C2052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2052A

Black with #C2052A

Text Example


Text Example

White with #C2052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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