Html Css Color HEX #C31115 Venetian Red

📋 copy color: '#C31115'

red 195 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #C31115

Tints of Venetian Red #C31115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.01%

R = 83.69%
G = 7.3%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C31115 (or 0xC31115) is known color: Venetian Red. HEX triplet: C3, 11 and 15. RGB value is (195,17,21). Sum of RGB (Red+Green+Blue) = 195+17+21=233 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.69% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 195 - color contains mainly: red. Hex color #C31115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31115 is #3CEEEA. Grayscale: #464646. Windows color (decimal): -3993323 or 1380803. OLE color: 1380803.

HSL color Cylindrical-coordinate representation of color #C31115: hue angle of 358.65º 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 #C31115 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 17 21 -
CMYK 0 0.91 0.89 0.24
HSL 358.65º 0.84% 0.42% -
HSV(B) 358.65º 0.91% 0.76% -
XYZ 22.84 12.06 1.83 -
YUV 70.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 195 17 21 0 0.91 0.89 0.24 358.65 0.84 0.42
Hex C3 11 15 0 5B 59 18 167 54 2A
Octal 303 21 25 0 133 131 30 547 124 52
Binary 11000011 10001 10101 0 1011011 1011001 11000 101100111 1010100 101010

Color Harmonies of #C31115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31115

Black with #C31115

Text Example


Text Example

White with #C31115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31115; }

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

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

background-color css

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

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

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

border-color css

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

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

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