Html Css Color HEX #C80116 Venetian Red

📋 copy color: '#C80116'

red 200 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #C80116

Tints of Venetian Red #C80116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 89.69%
G = 0.45%
B = 9.87%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C80116 (or 0xC80116) is known color: Venetian Red. HEX triplet: C8, 01 and 16. RGB value is (200,1,22). Sum of RGB (Red+Green+Blue) = 200+1+22=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80116 is #37FEE9. Grayscale: #3F3F3F. Windows color (decimal): -3669738 or 1442248. OLE color: 1442248.

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

Color convert

RGB 200 1 22 -
CMYK 0 1.00 0.89 0.22
HSL 353.67º 0.99% 0.39% -
HSV(B) 353.67º 1% 0.78% -
XYZ 23.98 12.36 1.88 -
YUV 62.9 104.93 225.79 -
System Red Green Blue C M Y K H S L
Decimal 200 1 22 0 1.00 0.89 0.22 353.67 0.99 0.39
Hex C8 1 16 0 64 59 16 162 63 27
Octal 310 1 26 0 144 131 26 542 143 47
Binary 11001000 1 10110 0 1100100 1011001 10110 101100010 1100011 100111

Color Harmonies of #C80116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80116

Black with #C80116

Text Example


Text Example

White with #C80116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80116; }

 p { color: rgb(200,1,22); }

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

background-color css

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

 a { background-color: rgb(200,1,22); }

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

border-color css

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

 span { border-color: rgb(200,1,22); }

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