Html Css Color HEX #C31017 Venetian Red

📋 copy color: '#C31017'

red 195 ◦ green 16 ◦ blue 23

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

Shades of Venetian Red #C31017

Tints of Venetian Red #C31017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.83%

R = 83.33%
G = 6.84%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C31017 (or 0xC31017) is known color: Venetian Red. HEX triplet: C3, 10 and 17. RGB value is (195,16,23). Sum of RGB (Red+Green+Blue) = 195+16+23=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C31017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C31017 is #3CEFE8. Grayscale: #464646. Windows color (decimal): -3993577 or 1511619. OLE color: 1511619.

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

Color convert

RGB 195 16 23 -
CMYK 0 0.92 0.88 0.24
HSL 357.65º 0.85% 0.41% -
HSV(B) 357.65º 0.92% 0.76% -
XYZ 22.85 12.03 1.93 -
YUV 70.32 101.3 216.93 -
System Red Green Blue C M Y K H S L
Decimal 195 16 23 0 0.92 0.88 0.24 357.65 0.85 0.41
Hex C3 10 17 0 5C 58 18 166 55 29
Octal 303 20 27 0 134 130 30 546 125 51
Binary 11000011 10000 10111 0 1011100 1011000 11000 101100110 1010101 101001

Color Harmonies of #C31017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31017

Black with #C31017

Text Example


Text Example

White with #C31017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31017; }

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

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

background-color css

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

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

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

border-color css

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

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

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