Html Css Color HEX #C80821 Venetian Red

📋 copy color: '#C80821'

red 200 ◦ green 8 ◦ blue 33

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

Shades of Venetian Red #C80821

Tints of Venetian Red #C80821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 82.99%
G = 3.32%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C80821 (or 0xC80821) is known color: Venetian Red. HEX triplet: C8, 08 and 21. RGB value is (200,8,33). Sum of RGB (Red+Green+Blue) = 200+8+33=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C80821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80821 is #37F7DE. Grayscale: #444444. Windows color (decimal): -3667935 or 2164936. OLE color: 2164936.

HSL color Cylindrical-coordinate representation of color #C80821: hue angle of 352.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80821 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 33 -
CMYK 0 0.96 0.84 0.22
HSL 352.19º 0.92% 0.41% -
HSV(B) 352.19º 0.96% 0.78% -
XYZ 24.18 12.56 2.59 -
YUV 68.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 200 8 33 0 0.96 0.84 0.22 352.19 0.92 0.41
Hex C8 8 21 0 60 54 16 160 5C 29
Octal 310 10 41 0 140 124 26 540 134 51
Binary 11001000 1000 100001 0 1100000 1010100 10110 101100000 1011100 101001

Color Harmonies of #C80821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80821

Black with #C80821

Text Example


Text Example

White with #C80821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80821; }

 p { color: rgb(200,8,33); }

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

background-color css

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

 a { background-color: rgb(200,8,33); }

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

border-color css

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

 span { border-color: rgb(200,8,33); }

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