Html Css Color HEX #C80321 Venetian Red

📋 copy color: '#C80321'

red 200 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #C80321

Tints of Venetian Red #C80321

RGB

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

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

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

R = 84.75%
G = 1.27%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C80321 (or 0xC80321) is known color: Venetian Red. HEX triplet: C8, 03 and 21. RGB value is (200,3,33). Sum of RGB (Red+Green+Blue) = 200+3+33=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C80321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80321 is #37FCDE. Grayscale: #414141. Windows color (decimal): -3669215 or 2163656. OLE color: 2163656.

HSL color Cylindrical-coordinate representation of color #C80321: hue angle of 350.86º 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 #C80321 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 33 -
CMYK 0 0.98 0.84 0.22
HSL 350.86º 0.97% 0.4% -
HSV(B) 350.86º 0.99% 0.78% -
XYZ 24.13 12.45 2.57 -
YUV 65.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 200 3 33 0 0.98 0.84 0.22 350.86 0.97 0.4
Hex C8 3 21 0 62 54 16 15F 61 28
Octal 310 3 41 0 142 124 26 537 141 50
Binary 11001000 11 100001 0 1100010 1010100 10110 101011111 1100001 101000

Color Harmonies of #C80321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80321

Black with #C80321

Text Example


Text Example

White with #C80321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80321; }

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

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

background-color css

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

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

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

border-color css

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

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

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