Html Css Color HEX #C2051A Venetian Red

📋 copy color: '#C2051A'

red 194 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #C2051A

Tints of Venetian Red #C2051A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 86.22%
G = 2.22%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2051A (or 0xC2051A) is known color: Venetian Red. HEX triplet: C2, 05 and 1A. RGB value is (194,5,26). Sum of RGB (Red+Green+Blue) = 194+5+26=225 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 194 - color contains mainly: red. Hex color #C2051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2051A is #3DFAE5. Grayscale: #404040. Windows color (decimal): -4061926 or 1705410. OLE color: 1705410.

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

Color convert

RGB 194 5 26 -
CMYK 0 0.97 0.87 0.24
HSL 353.33º 0.95% 0.39% -
HSV(B) 353.33º 0.97% 0.76% -
XYZ 22.49 11.65 2.04 -
YUV 63.91 106.62 220.79 -
System Red Green Blue C M Y K H S L
Decimal 194 5 26 0 0.97 0.87 0.24 353.33 0.95 0.39
Hex C2 5 1A 0 61 57 18 161 5F 27
Octal 302 5 32 0 141 127 30 541 137 47
Binary 11000010 101 11010 0 1100001 1010111 11000 101100001 1011111 100111

Color Harmonies of #C2051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2051A

Black with #C2051A

Text Example


Text Example

White with #C2051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2051A; }

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

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

background-color css

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

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

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

border-color css

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

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

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