Html Css Color HEX #C31112 Venetian Red

📋 copy color: '#C31112'

red 195 ◦ green 17 ◦ blue 18

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

Shades of Venetian Red #C31112

Tints of Venetian Red #C31112

RGB

 RED value IS 195 (76.56% from 255) = 84.78%

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

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

R = 84.78%
G = 7.39%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C31112 (or 0xC31112) is known color: Venetian Red. HEX triplet: C3, 11 and 12. RGB value is (195,17,18). Sum of RGB (Red+Green+Blue) = 195+17+18=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C31112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31112 is #3CEEED. Grayscale: #464646. Windows color (decimal): -3993326 or 1184195. OLE color: 1184195.

HSL color Cylindrical-coordinate representation of color #C31112: hue angle of 359.66º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31112 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 18 -
CMYK 0 0.91 0.91 0.24
HSL 359.66º 0.84% 0.42% -
HSV(B) 359.66º 0.91% 0.76% -
XYZ 22.82 12.05 1.7 -
YUV 70.34 98.47 216.92 -
System Red Green Blue C M Y K H S L
Decimal 195 17 18 0 0.91 0.91 0.24 359.66 0.84 0.42
Hex C3 11 12 0 5B 5B 18 168 54 2A
Octal 303 21 22 0 133 133 30 550 124 52
Binary 11000011 10001 10010 0 1011011 1011011 11000 101101000 1010100 101010

Color Harmonies of #C31112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31112

Black with #C31112

Text Example


Text Example

White with #C31112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31112; }

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

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

background-color css

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

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

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

border-color css

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

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

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