Html Css Color HEX #C31315 Venetian Red

📋 copy color: '#C31315'

red 195 ◦ green 19 ◦ blue 21

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

Shades of Venetian Red #C31315

Tints of Venetian Red #C31315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 82.98%
G = 8.09%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C31315 (or 0xC31315) is known color: Venetian Red. HEX triplet: C3, 13 and 15. RGB value is (195,19,21). Sum of RGB (Red+Green+Blue) = 195+19+21=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31315 is #3CECEA. Grayscale: #484848. Windows color (decimal): -3992811 or 1381315. OLE color: 1381315.

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

Color convert

RGB 195 19 21 -
CMYK 0 0.90 0.89 0.24
HSL 359.32º 0.82% 0.42% -
HSV(B) 359.32º 0.9% 0.76% -
XYZ 22.87 12.12 1.84 -
YUV 71.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 195 19 21 0 0.90 0.89 0.24 359.32 0.82 0.42
Hex C3 13 15 0 5A 59 18 167 52 2A
Octal 303 23 25 0 132 131 30 547 122 52
Binary 11000011 10011 10101 0 1011010 1011001 11000 101100111 1010010 101010

Color Harmonies of #C31315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31315

Black with #C31315

Text Example


Text Example

White with #C31315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31315; }

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

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

background-color css

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

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

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

border-color css

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

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

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