Html Css Color HEX #C3031D Venetian Red

📋 copy color: '#C3031D'

red 195 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #C3031D

Tints of Venetian Red #C3031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 85.9%
G = 1.32%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3031D (or 0xC3031D) is known color: Venetian Red. HEX triplet: C3, 03 and 1D. RGB value is (195,3,29). Sum of RGB (Red+Green+Blue) = 195+3+29=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C3031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3031D is #3CFCE2. Grayscale: #3F3F3F. Windows color (decimal): -3996899 or 1901507. OLE color: 1901507.

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

Color convert

RGB 195 3 29 -
CMYK 0 0.98 0.85 0.24
HSL 351.88º 0.97% 0.39% -
HSV(B) 351.88º 0.98% 0.76% -
XYZ 22.76 11.76 2.23 -
YUV 63.37 108.61 221.89 -
System Red Green Blue C M Y K H S L
Decimal 195 3 29 0 0.98 0.85 0.24 351.88 0.97 0.39
Hex C3 3 1D 0 62 55 18 160 61 27
Octal 303 3 35 0 142 125 30 540 141 47
Binary 11000011 11 11101 0 1100010 1010101 11000 101100000 1100001 100111

Color Harmonies of #C3031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3031D

Black with #C3031D

Text Example


Text Example

White with #C3031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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