Html Css Color HEX #C80C0F Venetian Red

📋 copy color: '#C80C0F'

red 200 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #C80C0F

Tints of Venetian Red #C80C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.29%

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 88.11%
G = 5.29%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C80C0F (or 0xC80C0F) is known color: Venetian Red. HEX triplet: C8, 0C and 0F. RGB value is (200,12,15). Sum of RGB (Red+Green+Blue) = 200+12+15=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80C0F is #37F3F0. Grayscale: #444444. Windows color (decimal): -3666929 or 986312. OLE color: 986312.

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

Color convert

RGB 200 12 15 -
CMYK 0 0.94 0.92 0.22
HSL 359.04º 0.89% 0.42% -
HSV(B) 359.04º 0.94% 0.78% -
XYZ 24.04 12.58 1.61 -
YUV 68.55 97.78 221.76 -
System Red Green Blue C M Y K H S L
Decimal 200 12 15 0 0.94 0.92 0.22 359.04 0.89 0.42
Hex C8 C F 0 5E 5C 16 167 59 2A
Octal 310 14 17 0 136 134 26 547 131 52
Binary 11001000 1100 1111 0 1011110 1011100 10110 101100111 1011001 101010

Color Harmonies of #C80C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C0F

Black with #C80C0F

Text Example


Text Example

White with #C80C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C0F; }

 p { color: rgb(200,12,15); }

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

background-color css

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

 a { background-color: rgb(200,12,15); }

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

border-color css

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

 span { border-color: rgb(200,12,15); }

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