Html Css Color HEX #C2052B Venetian Red

📋 copy color: '#C2052B'

red 194 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #C2052B

Tints of Venetian Red #C2052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.77%

R = 80.17%
G = 2.07%
B = 17.77%

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

#C2052B (or 0xC2052B) is known color: Venetian Red. HEX triplet: C2, 05 and 2B. RGB value is (194,5,43). Sum of RGB (Red+Green+Blue) = 194+5+43=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2052B is #3DFAD4. Grayscale: #414141. Windows color (decimal): -4061909 or 2819522. OLE color: 2819522.

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

Color convert

RGB 194 5 43 -
CMYK 0 0.97 0.78 0.24
HSL 347.94º 0.95% 0.39% -
HSV(B) 347.94º 0.97% 0.76% -
XYZ 22.74 11.75 3.36 -
YUV 65.84 115.12 219.41 -
System Red Green Blue C M Y K H S L
Decimal 194 5 43 0 0.97 0.78 0.24 347.94 0.95 0.39
Hex C2 5 2B 0 61 4E 18 15C 5F 27
Octal 302 5 53 0 141 116 30 534 137 47
Binary 11000010 101 101011 0 1100001 1001110 11000 101011100 1011111 100111

Color Harmonies of #C2052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2052B

Black with #C2052B

Text Example


Text Example

White with #C2052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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