Html Css Color HEX #C3101D Venetian Red

📋 copy color: '#C3101D'

red 195 ◦ green 16 ◦ blue 29

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

Shades of Venetian Red #C3101D

Tints of Venetian Red #C3101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 81.25%
G = 6.67%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3101D (or 0xC3101D) is known color: Venetian Red. HEX triplet: C3, 10 and 1D. RGB value is (195,16,29). Sum of RGB (Red+Green+Blue) = 195+16+29=240 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.25% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 195 - color contains mainly: red. Hex color #C3101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3101D is #3CEFE2. Grayscale: #474747. Windows color (decimal): -3993571 or 1904835. OLE color: 1904835.

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

Color convert

RGB 195 16 29 -
CMYK 0 0.92 0.85 0.24
HSL 355.64º 0.85% 0.41% -
HSV(B) 355.64º 0.92% 0.76% -
XYZ 22.91 12.06 2.28 -
YUV 71 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 195 16 29 0 0.92 0.85 0.24 355.64 0.85 0.41
Hex C3 10 1D 0 5C 55 18 164 55 29
Octal 303 20 35 0 134 125 30 544 125 51
Binary 11000011 10000 11101 0 1011100 1010101 11000 101100100 1010101 101001

Color Harmonies of #C3101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3101D

Black with #C3101D

Text Example


Text Example

White with #C3101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3101D; }

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

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

background-color css

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

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

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

border-color css

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

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

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