Html Css Color HEX #C7032A Venetian Red

📋 copy color: '#C7032A'

red 199 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #C7032A

Tints of Venetian Red #C7032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.21%

R = 81.56%
G = 1.23%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7032A (or 0xC7032A) is known color: Venetian Red. HEX triplet: C7, 03 and 2A. RGB value is (199,3,42). Sum of RGB (Red+Green+Blue) = 199+3+42=244 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.56% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 199 - color contains mainly: red. Hex color #C7032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7032A is #38FCD5. Grayscale: #424242. Windows color (decimal): -3734742 or 2753479. OLE color: 2753479.

HSL color Cylindrical-coordinate representation of color #C7032A: hue angle of 348.06º 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 #C7032A is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 3 42 -
CMYK 0 0.98 0.79 0.22
HSL 348.06º 0.97% 0.4% -
HSV(B) 348.06º 0.98% 0.78% -
XYZ 24 12.37 3.31 -
YUV 66.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 199 3 42 0 0.98 0.79 0.22 348.06 0.97 0.4
Hex C7 3 2A 0 62 4F 16 15C 61 28
Octal 307 3 52 0 142 117 26 534 141 50
Binary 11000111 11 101010 0 1100010 1001111 10110 101011100 1100001 101000

Color Harmonies of #C7032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7032A

Black with #C7032A

Text Example


Text Example

White with #C7032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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