Html Css Color HEX #C3101C Venetian Red

📋 copy color: '#C3101C'

red 195 ◦ green 16 ◦ blue 28

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

Shades of Venetian Red #C3101C

Tints of Venetian Red #C3101C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 81.59%
G = 6.69%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3101C (or 0xC3101C) is known color: Venetian Red. HEX triplet: C3, 10 and 1C. RGB value is (195,16,28). Sum of RGB (Red+Green+Blue) = 195+16+28=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C3101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3101C is #3CEFE3. Grayscale: #474747. Windows color (decimal): -3993572 or 1839299. OLE color: 1839299.

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

Color convert

RGB 195 16 28 -
CMYK 0 0.92 0.86 0.24
HSL 355.98º 0.85% 0.41% -
HSV(B) 355.98º 0.92% 0.76% -
XYZ 22.9 12.06 2.22 -
YUV 70.89 103.8 216.52 -
System Red Green Blue C M Y K H S L
Decimal 195 16 28 0 0.92 0.86 0.24 355.98 0.85 0.41
Hex C3 10 1C 0 5C 56 18 164 55 29
Octal 303 20 34 0 134 126 30 544 125 51
Binary 11000011 10000 11100 0 1011100 1010110 11000 101100100 1010101 101001

Color Harmonies of #C3101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3101C

Black with #C3101C

Text Example


Text Example

White with #C3101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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