Html Css Color HEX #C80320 Venetian Red

📋 copy color: '#C80320'

red 200 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #C80320

Tints of Venetian Red #C80320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 85.11%
G = 1.28%
B = 13.62%

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

#C80320 (or 0xC80320) is known color: Venetian Red. HEX triplet: C8, 03 and 20. RGB value is (200,3,32). Sum of RGB (Red+Green+Blue) = 200+3+32=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C80320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80320 is #37FCDF. Grayscale: #414141. Windows color (decimal): -3669216 or 2098120. OLE color: 2098120.

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

Color convert

RGB 200 3 32 -
CMYK 0 0.98 0.84 0.22
HSL 351.17º 0.97% 0.4% -
HSV(B) 351.17º 0.99% 0.78% -
XYZ 24.11 12.45 2.5 -
YUV 65.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 200 3 32 0 0.98 0.84 0.22 351.17 0.97 0.4
Hex C8 3 20 0 62 54 16 15F 61 28
Octal 310 3 40 0 142 124 26 537 141 50
Binary 11001000 11 100000 0 1100010 1010100 10110 101011111 1100001 101000

Color Harmonies of #C80320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80320

Black with #C80320

Text Example


Text Example

White with #C80320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80320; }

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

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

background-color css

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

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

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

border-color css

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

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

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