Html Css Color HEX #C3042C Venetian Red

📋 copy color: '#C3042C'

red 195 ◦ green 4 ◦ blue 44

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

Shades of Venetian Red #C3042C

Tints of Venetian Red #C3042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 80.25%
G = 1.65%
B = 18.11%

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

#C3042C (or 0xC3042C) is known color: Venetian Red. HEX triplet: C3, 04 and 2C. RGB value is (195,4,44). Sum of RGB (Red+Green+Blue) = 195+4+44=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3042C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3042C is #3CFBD3. Grayscale: #414141. Windows color (decimal): -3996628 or 2884803. OLE color: 2884803.

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

Color convert

RGB 195 4 44 -
CMYK 0 0.98 0.77 0.24
HSL 347.43º 0.96% 0.39% -
HSV(B) 347.43º 0.98% 0.76% -
XYZ 23 11.87 3.46 -
YUV 65.67 115.78 220.25 -
System Red Green Blue C M Y K H S L
Decimal 195 4 44 0 0.98 0.77 0.24 347.43 0.96 0.39
Hex C3 4 2C 0 62 4D 18 15B 60 27
Octal 303 4 54 0 142 115 30 533 140 47
Binary 11000011 100 101100 0 1100010 1001101 11000 101011011 1100000 100111

Color Harmonies of #C3042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3042C

Black with #C3042C

Text Example


Text Example

White with #C3042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3042C; }

 p { color: rgb(195,4,44); }

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

background-color css

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

 a { background-color: rgb(195,4,44); }

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

border-color css

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

 span { border-color: rgb(195,4,44); }

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