Html Css Color HEX #C6061D Venetian Red

📋 copy color: '#C6061D'

red 198 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #C6061D

Tints of Venetian Red #C6061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.58%

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 84.98%
G = 2.58%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6061D (or 0xC6061D) is known color: Venetian Red. HEX triplet: C6, 06 and 1D. RGB value is (198,6,29). Sum of RGB (Red+Green+Blue) = 198+6+29=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C6061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6061D is #39F9E2. Grayscale: #424242. Windows color (decimal): -3799523 or 1902278. OLE color: 1902278.

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

Color convert

RGB 198 6 29 -
CMYK 0 0.97 0.85 0.22
HSL 352.81º 0.94% 0.4% -
HSV(B) 352.81º 0.97% 0.78% -
XYZ 23.58 12.22 2.28 -
YUV 66.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 198 6 29 0 0.97 0.85 0.22 352.81 0.94 0.4
Hex C6 6 1D 0 61 55 16 161 5E 28
Octal 306 6 35 0 141 125 26 541 136 50
Binary 11000110 110 11101 0 1100001 1010101 10110 101100001 1011110 101000

Color Harmonies of #C6061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6061D

Black with #C6061D

Text Example


Text Example

White with #C6061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6061D; }

 p { color: rgb(198,6,29); }

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

background-color css

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

 a { background-color: rgb(198,6,29); }

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

border-color css

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

 span { border-color: rgb(198,6,29); }

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