Html Css Color HEX #C7032C Venetian Red

📋 copy color: '#C7032C'

red 199 ◦ green 3 ◦ blue 44

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

Shades of Venetian Red #C7032C

Tints of Venetian Red #C7032C

RGB

 RED value IS 199 (78.13% from 255) = 80.89%

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

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

R = 80.89%
G = 1.22%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7032C (or 0xC7032C) is known color: Venetian Red. HEX triplet: C7, 03 and 2C. RGB value is (199,3,44). Sum of RGB (Red+Green+Blue) = 199+3+44=246 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.89% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 199 - color contains mainly: red. Hex color #C7032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7032C is #38FCD3. Grayscale: #424242. Windows color (decimal): -3734740 or 2884551. OLE color: 2884551.

HSL color Cylindrical-coordinate representation of color #C7032C: hue angle of 347.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7032C is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 44 -
CMYK 0 0.98 0.78 0.22
HSL 347.45º 0.97% 0.4% -
HSV(B) 347.45º 0.98% 0.78% -
XYZ 24.04 12.39 3.51 -
YUV 66.28 115.43 222.67 -
System Red Green Blue C M Y K H S L
Decimal 199 3 44 0 0.98 0.78 0.22 347.45 0.97 0.4
Hex C7 3 2C 0 62 4E 16 15B 61 28
Octal 307 3 54 0 142 116 26 533 141 50
Binary 11000111 11 101100 0 1100010 1001110 10110 101011011 1100001 101000

Color Harmonies of #C7032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7032C

Black with #C7032C

Text Example


Text Example

White with #C7032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7032C; }

 p { color: rgb(199,3,44); }

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

background-color css

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

 a { background-color: rgb(199,3,44); }

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

border-color css

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

 span { border-color: rgb(199,3,44); }

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