Html Css Color HEX #C80627 Venetian Red

📋 copy color: '#C80627'

red 200 ◦ green 6 ◦ blue 39

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

Shades of Venetian Red #C80627

Tints of Venetian Red #C80627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 81.63%
G = 2.45%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C80627 (or 0xC80627) is known color: Venetian Red. HEX triplet: C8, 06 and 27. RGB value is (200,6,39). Sum of RGB (Red+Green+Blue) = 200+6+39=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C80627 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80627 is #37F9D8. Grayscale: #434343. Windows color (decimal): -3668441 or 2557640. OLE color: 2557640.

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

Color convert

RGB 200 6 39 -
CMYK 0 0.97 0.80 0.22
HSL 349.79º 0.94% 0.4% -
HSV(B) 349.79º 0.97% 0.78% -
XYZ 24.25 12.56 3.06 -
YUV 67.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 200 6 39 0 0.97 0.80 0.22 349.79 0.94 0.4
Hex C8 6 27 0 61 50 16 15E 5E 28
Octal 310 6 47 0 141 120 26 536 136 50
Binary 11001000 110 100111 0 1100001 1010000 10110 101011110 1011110 101000

Color Harmonies of #C80627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80627

Black with #C80627

Text Example


Text Example

White with #C80627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80627; }

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

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

background-color css

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

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

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

border-color css

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

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

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