Html Css Color HEX #C8080E Venetian Red

📋 copy color: '#C8080E'

red 200 ◦ green 8 ◦ blue 14

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

Shades of Venetian Red #C8080E

Tints of Venetian Red #C8080E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 90.09%
G = 3.6%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8080E (or 0xC8080E) is known color: Venetian Red. HEX triplet: C8, 08 and 0E. RGB value is (200,8,14). Sum of RGB (Red+Green+Blue) = 200+8+14=222 (29% of max value = 765). Red value is 200 (78.52% from 255 or 90.09% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 200 - color contains mainly: red. Hex color #C8080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8080E is #37F7F1. Grayscale: #424242. Windows color (decimal): -3667954 or 919752. OLE color: 919752.

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

Color convert

RGB 200 8 14 -
CMYK 0 0.96 0.93 0.22
HSL 358.13º 0.92% 0.41% -
HSV(B) 358.13º 0.96% 0.78% -
XYZ 23.99 12.48 1.56 -
YUV 66.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 200 8 14 0 0.96 0.93 0.22 358.13 0.92 0.41
Hex C8 8 E 0 60 5D 16 166 5C 29
Octal 310 10 16 0 140 135 26 546 134 51
Binary 11001000 1000 1110 0 1100000 1011101 10110 101100110 1011100 101001

Color Harmonies of #C8080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8080E

Black with #C8080E

Text Example


Text Example

White with #C8080E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8080E; }

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

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

background-color css

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

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

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

border-color css

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

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

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