Html Css Color HEX #C6032D Venetian Red

📋 copy color: '#C6032D'

red 198 ◦ green 3 ◦ blue 45

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

Shades of Venetian Red #C6032D

Tints of Venetian Red #C6032D

RGB

 RED value IS 198 (77.73% from 255) = 80.49%

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

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

R = 80.49%
G = 1.22%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6032D (or 0xC6032D) is known color: Venetian Red. HEX triplet: C6, 03 and 2D. RGB value is (198,3,45). Sum of RGB (Red+Green+Blue) = 198+3+45=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6032D is #39FCD2. Grayscale: #424242. Windows color (decimal): -3800275 or 2950086. OLE color: 2950086.

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

Color convert

RGB 198 3 45 -
CMYK 0 0.98 0.77 0.22
HSL 347.08º 0.97% 0.39% -
HSV(B) 347.08º 0.98% 0.78% -
XYZ 23.79 12.26 3.59 -
YUV 66.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 198 3 45 0 0.98 0.77 0.22 347.08 0.97 0.39
Hex C6 3 2D 0 62 4D 16 15B 61 27
Octal 306 3 55 0 142 115 26 533 141 47
Binary 11000110 11 101101 0 1100010 1001101 10110 101011011 1100001 100111

Color Harmonies of #C6032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6032D

Black with #C6032D

Text Example


Text Example

White with #C6032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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