Html Css Color HEX #C80329 Venetian Red

📋 copy color: '#C80329'

red 200 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #C80329

Tints of Venetian Red #C80329

RGB

 RED value IS 200 (78.52% from 255) = 81.97%

 GREEN value IS 3 (1.56% from 255) = 1.23%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 81.97%
G = 1.23%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C80329 (or 0xC80329) is known color: Venetian Red. HEX triplet: C8, 03 and 29. RGB value is (200,3,41). Sum of RGB (Red+Green+Blue) = 200+3+41=244 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.97% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 200 - color contains mainly: red. Hex color #C80329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80329 is #37FCD6. Grayscale: #424242. Windows color (decimal): -3669207 or 2687944. OLE color: 2687944.

HSL color Cylindrical-coordinate representation of color #C80329: hue angle of 348.43º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80329 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 41 -
CMYK 0 0.98 0.80 0.22
HSL 348.43º 0.97% 0.4% -
HSV(B) 348.43º 0.99% 0.78% -
XYZ 24.25 12.5 3.23 -
YUV 66.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 200 3 41 0 0.98 0.80 0.22 348.43 0.97 0.4
Hex C8 3 29 0 62 50 16 15C 61 28
Octal 310 3 51 0 142 120 26 534 141 50
Binary 11001000 11 101001 0 1100010 1010000 10110 101011100 1100001 101000

Color Harmonies of #C80329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80329

Black with #C80329

Text Example


Text Example

White with #C80329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80329; }

 p { color: rgb(200,3,41); }

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

background-color css

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

 a { background-color: rgb(200,3,41); }

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

border-color css

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

 span { border-color: rgb(200,3,41); }

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