Html Css Color HEX #C80621 Venetian Red

📋 copy color: '#C80621'

red 200 ◦ green 6 ◦ blue 33

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

Shades of Venetian Red #C80621

Tints of Venetian Red #C80621

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

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

R = 83.68%
G = 2.51%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C80621 (or 0xC80621) is known color: Venetian Red. HEX triplet: C8, 06 and 21. RGB value is (200,6,33). Sum of RGB (Red+Green+Blue) = 200+6+33=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C80621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80621 is #37F9DE. Grayscale: #434343. Windows color (decimal): -3668447 or 2164424. OLE color: 2164424.

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

Color convert

RGB 200 6 33 -
CMYK 0 0.97 0.84 0.22
HSL 351.65º 0.94% 0.4% -
HSV(B) 351.65º 0.97% 0.78% -
XYZ 24.16 12.52 2.58 -
YUV 67.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 200 6 33 0 0.97 0.84 0.22 351.65 0.94 0.4
Hex C8 6 21 0 61 54 16 160 5E 28
Octal 310 6 41 0 141 124 26 540 136 50
Binary 11001000 110 100001 0 1100001 1010100 10110 101100000 1011110 101000

Color Harmonies of #C80621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80621

Black with #C80621

Text Example


Text Example

White with #C80621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80621; }

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

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

background-color css

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

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

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

border-color css

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

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

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