Html Css Color HEX #C80816 Venetian Red

📋 copy color: '#C80816'

red 200 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #C80816

Tints of Venetian Red #C80816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.48%

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

R = 86.96%
G = 3.48%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C80816 (or 0xC80816) is known color: Venetian Red. HEX triplet: C8, 08 and 16. RGB value is (200,8,22). Sum of RGB (Red+Green+Blue) = 200+8+22=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 22 (8.98% from 255 or 9.57% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C80816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80816 is #37F7E9. Grayscale: #434343. Windows color (decimal): -3667946 or 1444040. OLE color: 1444040.

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

Color convert

RGB 200 8 22 -
CMYK 0 0.96 0.89 0.22
HSL 355.63º 0.92% 0.41% -
HSV(B) 355.63º 0.96% 0.78% -
XYZ 24.05 12.51 1.91 -
YUV 67 102.61 222.86 -
System Red Green Blue C M Y K H S L
Decimal 200 8 22 0 0.96 0.89 0.22 355.63 0.92 0.41
Hex C8 8 16 0 60 59 16 164 5C 29
Octal 310 10 26 0 140 131 26 544 134 51
Binary 11001000 1000 10110 0 1100000 1011001 10110 101100100 1011100 101001

Color Harmonies of #C80816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80816

Black with #C80816

Text Example


Text Example

White with #C80816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80816; }

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

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

background-color css

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

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

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

border-color css

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

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

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