Html Css Color HEX #C81112 Venetian Red

📋 copy color: '#C81112'

red 200 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #C81112

Tints of Venetian Red #C81112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 85.11%
G = 7.23%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C81112 (or 0xC81112) is known color: Venetian Red. HEX triplet: C8, 11 and 12. RGB value is (200,17,18). Sum of RGB (Red+Green+Blue) = 200+17+18=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C81112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81112 is #37EEED. Grayscale: #484848. Windows color (decimal): -3665646 or 1184200. OLE color: 1184200.

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

Color convert

RGB 200 17 18 -
CMYK 0 0.92 0.91 0.22
HSL 359.67º 0.84% 0.43% -
HSV(B) 359.67º 0.92% 0.78% -
XYZ 24.13 12.72 1.76 -
YUV 71.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 200 17 18 0 0.92 0.91 0.22 359.67 0.84 0.43
Hex C8 11 12 0 5C 5B 16 168 54 2B
Octal 310 21 22 0 134 133 26 550 124 53
Binary 11001000 10001 10010 0 1011100 1011011 10110 101101000 1010100 101011

Color Harmonies of #C81112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81112

Black with #C81112

Text Example


Text Example

White with #C81112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81112; }

 p { color: rgb(200,17,18); }

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

background-color css

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

 a { background-color: rgb(200,17,18); }

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

border-color css

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

 span { border-color: rgb(200,17,18); }

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