Html Css Color HEX #C3032D Venetian Red

📋 copy color: '#C3032D'

red 195 ◦ green 3 ◦ blue 45

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

Shades of Venetian Red #C3032D

Tints of Venetian Red #C3032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 80.25%
G = 1.23%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3032D (or 0xC3032D) is known color: Venetian Red. HEX triplet: C3, 03 and 2D. RGB value is (195,3,45). Sum of RGB (Red+Green+Blue) = 195+3+45=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3032D is #3CFCD2. Grayscale: #414141. Windows color (decimal): -3996883 or 2950083. OLE color: 2950083.

HSL color Cylindrical-coordinate representation of color #C3032D: hue angle of 346.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 #C3032D is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 3 45 -
CMYK 0 0.98 0.77 0.24
HSL 346.88º 0.97% 0.39% -
HSV(B) 346.88º 0.98% 0.76% -
XYZ 23.01 11.86 3.56 -
YUV 65.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 195 3 45 0 0.98 0.77 0.24 346.88 0.97 0.39
Hex C3 3 2D 0 62 4D 18 15B 61 27
Octal 303 3 55 0 142 115 30 533 141 47
Binary 11000011 11 101101 0 1100010 1001101 11000 101011011 1100001 100111

Color Harmonies of #C3032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3032D

Black with #C3032D

Text Example


Text Example

White with #C3032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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