Html Css Color HEX #C31012 Venetian Red

📋 copy color: '#C31012'

red 195 ◦ green 16 ◦ blue 18

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

Shades of Venetian Red #C31012

Tints of Venetian Red #C31012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.99%

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

R = 85.15%
G = 6.99%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C31012 (or 0xC31012) is known color: Venetian Red. HEX triplet: C3, 10 and 12. RGB value is (195,16,18). Sum of RGB (Red+Green+Blue) = 195+16+18=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C31012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31012 is #3CEFED. Grayscale: #454545. Windows color (decimal): -3993582 or 1183939. OLE color: 1183939.

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

Color convert

RGB 195 16 18 -
CMYK 0 0.92 0.91 0.24
HSL 359.33º 0.85% 0.41% -
HSV(B) 359.33º 0.92% 0.76% -
XYZ 22.8 12.02 1.69 -
YUV 69.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 195 16 18 0 0.92 0.91 0.24 359.33 0.85 0.41
Hex C3 10 12 0 5C 5B 18 167 55 29
Octal 303 20 22 0 134 133 30 547 125 51
Binary 11000011 10000 10010 0 1011100 1011011 11000 101100111 1010101 101001

Color Harmonies of #C31012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31012

Black with #C31012

Text Example


Text Example

White with #C31012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31012; }

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

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

background-color css

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

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

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

border-color css

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

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

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