Html Css Color HEX #C80027 Venetian Red

📋 copy color: '#C80027'

red 200 ◦ green 0 ◦ blue 39

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

Shades of Venetian Red #C80027

Tints of Venetian Red #C80027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.68%
G = 0%
B = 16.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C80027 (or 0xC80027) is known color: Venetian Red. HEX triplet: C8, 00 and 27. RGB value is (200,0,39). Sum of RGB (Red+Green+Blue) = 200+0+39=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C80027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80027 is #37FFD8. Grayscale: #404040. Windows color (decimal): -3669977 or 2556104. OLE color: 2556104.

HSL color Cylindrical-coordinate representation of color #C80027: hue angle of 348.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80027 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 39 -
CMYK 0 1 0.80 0.22
HSL 348.3º 1% 0.39% -
HSV(B) 348.3º 1% 0.78% -
XYZ 24.19 12.43 3.04 -
YUV 64.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 200 0 39 0 1 0.80 0.22 348.3 1 0.39
Hex C8 0 27 0 64 50 16 15C 64 27
Octal 310 0 47 0 144 120 26 534 144 47
Binary 11001000 0 100111 0 1100100 1010000 10110 101011100 1100100 100111

Color Harmonies of #C80027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80027

Black with #C80027

Text Example


Text Example

White with #C80027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80027; }

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

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

background-color css

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

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

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

border-color css

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

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

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